libgdamm 1.3.3 has been released
libgdamm provides C++ wrappers for libgda for use with gtkmm. libgda is a generic database API with several database provider implementations.Download
libgdamm is now usable, with actual working examples.
Contact us in the usual gnomemm places - see http://www.gtkmm.org. There is a libgdamm component in bugzilla's gnomemm product.
It's in gnome's cvs in gnomemm/libgdamm.
*** Changes
1.3.3:
* Now depends on glibmm 2.4.
* Added and used FieldAttributes.
* Connection:
- The destructor closes the connection.
- Added get_last_insert_id().
* DataModel: get_value_at() memory management fixed.
* Transaction: constructor fixed.
* Value:
- Implemented the constuctors.
- Added type_to_string() and type_from_string(). (Murray Cumming)