All releases of tntdb


Release Notes: This release adds some features like support for auto-incremented columns, a long type, and user-defined types by operator overloading.


Release Notes: This release adds some minor bugfixes. It needs the current development version of cxxtools.


Release Notes: The sqlite driver of tntdb had two small bugs. Setting strings in statements did not lead to equality when compared to columns. Using multiple cursors for one statement crashed tntdb when the cursors were released in reverse order.


Release Notes: The API and ABI are declared stable now. The BLOB code has some cleanup.


Release Notes: This release adds support for blobs.


Release Notes: A driver for oracle is included, which is not built by default, but needs to be activated with the --with-oracle configure switch. Support for decimal numbers was added. The driver interface was optimized, which breaks the interface compatibility. The Doxygen documentation was updated.


Release Notes: The internal connectionpool was not working and has been fixed. The maximum number of connections is configurable now.


Release Notes: Prepared statements in the SQLite driver have been fixed. Date- and time-related methods have been added to tntdb::Row. Cursors take the option fetchsize-parameter as a hint and pass it to the driver. A leak in tntdb::Statement was fixed.


Release Notes: The most important change is the switch from the GPL to the LGPL. The code itself has some minor bugfixes. The jump in the version number indicates that Tntdb has proven to be stable in a production environment and is nearing 1.0.


Release Notes: The license was changed to allow tntdb to be linked with OpenSSL, because PostgreSQL is linked with OpenSSL. The sqlite3-driver got some minor fixes.