2010-01-16 Vivien Malerba * NEWS: Released 4.0.6 2010-01-15 Vivien Malerba * providers/jdbc/gda-jdbc-provider.c, providers/postgres/gda-postgres-provider.c, .../skel-implementation/capi/gda-capi-provider.c: Corrections to GdaSqlStatement's SQL rendering 2010-01-13 Vivien Malerba * libgda/gda-statement.c: Correction in gda_statement_to_sql_extended() now use the cnc argument if possible * libgda/gda-data-model-import.c: Removed comment regarding xmlCleanupParser() as it should not be called * libgda/gda-meta-store.c: Correctly handle meta store's database of later Libgda versions * providers/mysql/gda-mysql-meta.c: MySQL meta data corrections the catalog name is now set to 'mysql' as MySQL maps databases to schemas, and there is no catalog per se. * providers/mysql/gda-mysql-meta.c, providers/mysql/gda-mysql-provider.c, tests/meta-store/common.c: MySQL corrections * correctly report failed connection open error * don't add a space between a function and the opening parenthesis * meta data fetching correction 2010-01-05 Vivien Malerba * libgda/gda-value.c: GValue blobs manipulations corrections * libgda/gda-config.c: Correctly create per-user configuration directory, for bug #606018 and better handle errors 2009-12-30 Vivien Malerba * libgda/gda-config.c: Applied patch for bug #605735 Thanks to Jonh Wendell * libgda/gda-value.c: Correction in GdaBlob copy 2009-12-17 Vivien Malerba * libgda/gda-set.c, libgda/sqlite/gda-sqlite-provider.c: Misc corrections 2009-11-15 Vivien Malerba * providers/postgres/gda-postgres-provider.c: PostgreSQL provider: correclty handle the USE_SSL argument * libgda/gda-init.c, providers/mysql/gda-mysql-recordset.c, providers/postgres/gda-postgres-recordset.c: Use value returned from setlocale() instead of the global extern variable gda_numeric_locale. This also fix some crashes on Windows where the gda_numeric_locale variable should be prefixed with __declspec(dllimport) * autogen.sh: Fix for bug #601893 autogen.sh script uses a fixed automake excutable name 2009-10-17 Vivien Malerba * libgda/gda-data-model-iter.c, tests/data-models/check_pmodel.c: GdaDataModelIter correction follow-up * libgda/sqlite/virtual/gda-vprovider-data-model.c: Virtual connection: use the "string" type instead of "text" * libgda/gda-data-model-iter.c: GdaDataModelIter correction as columns having the same name would end up being masked by only one othe them 2009-10-15 Vivien Malerba * libgda/gda-value.c: Handle GObject derived in GValue comparisons 2009-10-17 Vivien Malerba * libgda/sqlite/gda-sqlite-meta.c, libgda/sqlite/gda-sqlite-provider.c, libgda/sqlite/gda-sqlite-util.c, libgda/sqlite/gda-sqlite-util.h: SQLite meta data retreival corrections 2009-10-12 Vivien Malerba * libgda/gda-util.c: Don't quote the '*' in gda_sql_identifier_quote()