2010-08-27 Vivien Malerba * NEWS: Released 4.0.11 2010-08-26 Vivien Malerba * configure.in: Bumped version to 4.0.11 because of a misplaced git tag. * libgda/gda-util.c, tests/.gitignore, tests/Makefile.am, tests/test-connection-string-split.c: Handle cases in gda_connection_string_split(), thanks to Andrea Zagli where username and/or password could be specified in the connection string using USERNAME=... and PASSWORD=... 2010-08-04 Vivien Malerba * providers/postgres/gda-postgres-util.c: Validate error strings in PostgreSQL provider when client tries to connect, but connection is refused, error messages use encoding set in configuration of server, which is unknown. This situation causes invalid UTF8 errors not being displayed by GTK. 2010-07-28 Vivien Malerba * libgda/information_schema.xml: Use strings limited to 30 chars. when the meta store is held in a MySQL database because MySQL fails to create primary keys if the size of the strings is undefined or if the size is too big (it says 1000 chars but it's not really 100, and 30 for each string seems to be Ok) * libgda/gda-data-model.c, libgda/gda-data-proxy.c: GdaDataModel row find corrections 2010-07-26 Vivien Malerba * providers/mysql/gda-mysql-ddl.c: MySQL provider SQL operation rendering correction * doc/C/tmpl/gda-set.sgml, libgda/gda-set.c, libgda/gda-set.h: GdaSet ordering of nodes in GdaSetSource 2010-08-26 Vivien Malerba * libgda/gda-connection.c: Connection locking correction 2010-07-12 Vivien Malerba * libgda/gda-util.c: Better doc for gda_sql_identifier_split() 2010-07-10 Vivien Malerba * libgda/sqlite/gda-sqlite-provider.c: Correctly fetch the last inserted row in SQLite * libgda/gda-data-select.c: Correction for bug #624032 2010-08-26 Vivien Malerba * libgda/sqlite/gda-sqlite-provider.c: Improve Sqlite's make_last_inserted_set() reuse the same SELECT GdaStatement as long as the INSERT statement has not changed 2010-07-03 Vivien Malerba * libgda/sqlite/gda-sqlite-provider.c: SQLite: only return the IMPACTED_ROWS on INSERT, UPDATE or DELETE statements * libgda/gda-data-proxy.c: Misc. values' flags handling correction in GdaDataProxy 2010-06-21 Murray Cumming * libgda/gda-data-model.c: GdaDataModel: Documentation: Mention the error domain. 2010-06-20 Vivien Malerba * libgda/gda-holder.c, tests/value-holders/check_holder.c, tests/value-holders/common.c: Have GdaHolder emit a signal when its validity changes