2005-06-14 Rodrigo Moya Released 1.2.2. 2005-06-14 Alex * providers/postgres/gda-postgres-recordset.c (guess_table_name): fixed leak on query string. 2005-05-18 Mike Fisk Fixes #304586 * providers/mysql/gda-mysql-recordset.c (fill_gda_value): set correctly unsigned values. 2005-05-13 Mike Kestner * libgda/gda-export.c (gda_export_class_init): fixed typo in "cancelled" signal creation. 2005-04-30 Jean Bréfort Fixes #302158 * configure.in: fixed MySQL detection. 2005-04-21 Magnus Bergman Fixes #301485 * providers/oracle/gda-oracle-provider.c (gda_oracle_provider_supports, gda_oracle_provider_execute_command): made it compile with GCC 4. 2005-04-21 Magnus Bergman Fixes #301480 * configure.in: make it work with Oracle 10's headers. 2005-04-15 Murray Cumming * libgda/gda-client.h: Removed a trailing comma on an enum, to avoid a warning. 2005-04-14 Murray Cumming * libgda/gda-xql-update.h: GdaXqlUpdate should contain an instance of the parent type (GdaXqlDml), not a pointer to one. This avoids glib warnings about the instance size.