 ~Database~
|
MySQL wrapped
: another C++ wrapper for the MySQL C API
|
 |
[
About
|
Download
|
Examples
|
Class diagram
|
License
]
Latest version
Win32 users should download the .zip archive, because the visual studio project files in the
.tar.gz archive does not have acceptable end of line characters.
Older versions
- 2004-08-20 v1.4 changes:
Added support for the MySQL embedded server library, libmysqld.
Name change to 'mysqlwrapped' - see Changelog.
Included in the .tar.gz is now a visual studio project file, for win32 build.
- Download mysqlwrapped-1.4.tar.gz
- 2004-08-17 v1.3.3 changes:
Removed Query constructor accepting pointer, leaving only constructor accepting a reference.
Added Database::Connected method.
- Download mysql++-1.3.3.tar.gz
- 2004-08-15 v1.3.2 changes:
Constructor accepts an optional IError* parameter, so error logging is enabled
immediately.
Better error checking and safer code when a database connection fails.
New method Query::Connected to check that the database connection is ok.
Using mysql_ping to make sure old connections are still ok.
Reconnect is enabled by default, so timed out connection should be
reconnected transparently.
- Download mysql++-1.3.2.tar.gz
- 2004-06-30 v1.3.1 changes:
More operators on the set_t class to manipulate a column of type SET.
New "is_null" method on Query object.
- Download mysql++-1.3.1.tar.gz
- 2004-06-22 v1.3 changes:
Better mysql column type support: bigint, enum, set, and unsigned
integers. Using correct type when returning mysql_insert_id().
Removed use of obsolete mysql C API function calls.
- Download mysql++-1.3.tar.gz
Download mysql++-1.2.1.tar.gz
2004-06-18 v1.2.1 changes:
minor bugfixes and dbdesigner compatibility issues
Download mysql++-1.2.tar.gz
2004-06-11 v1.2 changes:
improved error logging, code cleanup
Download mysql++-1.1.tar.gz
Download mysql++-1.0.tar.gz
|