1.3.3: 2004-05-04 Murray Cumming * libgda/src/transaction.[hg|cc]: Hand-code the constructor because it does not just use properties. 2004-05-04 Murray Cumming * libgda/src/connection.hg: Added get_last_insert_id(), as wrapper for the new gda_connection_get_last_insert_id() function. 2004-04-30 Murray Cumming * libgda/src/connection.[hg|ccg]: Override the destructor so that it closes the connection. 2004-04-23 Murray Cumming * libgda/src/fieldattributes.hg: Tell it to use the _new() function in the default constructor so that we don't get invalid null instances. 2004-04-23 Murray Cumming * libgda/src/datamodel.hg: get_value_at(): Take a copy of the value so it is not freed twice. 2004-04-22 Murray Cumming * libgda/src/value.ccg: Implemented the constructors. 2004-04-21 Murray Cumming * libgda/src/value.hg: Added type_to_string() and type_from_string() static methods. 2004-04-20 Murray Cumming * configure.in, tools/extra_defs/Makefile.am: Update to use glibmm 2.4 gmmproc and extra_defs lib. * libgda/src/connection.hg: Add an execute_single_command() override that takes a string. * libgda/src/: Added FieldAttribute. * libgda/src/datamodel.hg: Added append_column(), update_column(), and remove_column(). * libgda/src/transaction.hg: Added set/get_isolation_level(); 2004-04-08 Murray Cumming Working bits of a patch from Alberto Paro. * libgda/libgdamm-2.0.p.in: Depend on glibmm 2.4 instead of gtkmm 2.0. * tools/extra_defs/Makefile.am: Link to the glibmm-2.3 library instead of the gtkmm 2.0 one.