Hi, these days I implemented some new features in tntdb.
Tntdb has now support for custom datatypes. By defining 2 operators you can read and write your own classes from and to fields in the database. In our project we have a date-class and now we can insert and select this class just like other types through tntdb. Also new is the support retrieving long and unsigned long from tntdb::Value. I just realized, that I forgot to add that into tntdb::Statement. I will do that later. A new method "tntdb::Connection::lastInsertId(const std::string&)" helps working with auto-incremented keys, so there is no need to use database specific functions for that. You can find a updated documentation about tntdb including these new features in svn at https://tntdb.svn.sourceforge.net/svnroot/tntdb/trunk/tntdb/doc/tntdb.odt. Tommi ------------------------------------------------------------------------------ SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW http://p.sf.net/sfu/solaris-dev2dev _______________________________________________ Tntnet-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tntnet-general
