Released 3.99.11 2009-02-13 Vivien Malerba * libgda/gda-connection.c: * doc/C: doc. updates * libgda/libgda.symbols: removed non existant symbol 2009-02-09 Vivien Malerba * libgda/sqlite/virtual/: s/GdaVConnectionDataModelFunc/GdaVconnectionDataModelFunc/ * doc/C: doc. updates 2009-02-08 Vivien Malerba * doc/C: * libgda/sql-parser: * libgda/libgda.symbols: - documentation improvements, fixes bug #570787 - removed symbols which should never have been public 2009-02-05 Vivien Malerba * libgda/gda-attributes-manager.c: applied patch for bug #569399 (tanks to Carl-Anton Ingmarsson) 2009-02-05 Vivien Malerba * libgda/gda-attributes-manager.c: added locking in case several threads use the same GdaAttributeManager at the same time, this may be the problem for Anjuta bug #569399 * doc/C: doc. improvements * libgda/gda-data-access-wrapper.c: when data model being wrapped does not have random access but still can iter forward and backward, then use a pool of GdaRow of limited size instead of keeping all the read rows in memory * libgda/gda-connection.c: * providers/postgres/gda-postgres-provider.c: * libgda/sqlite/gda-sqlite-provider.c: * providers/mysql/gda-mysql-provider.c: * providers/skel-implementation/capi/gda-capi-provider.c: when calling the statement_execute() virtual method, the requested data model's access mode is checked and altered in GdaConnection to have a common behaviour. * other files: - s/GdaLockableClass/GdaLockableIface/ - s/GdaDataModelClass/GdaDataModelIface/ - added padding for future expansion to guarantee ABI stability 2009-02-04 Vivien Malerba * libgda/gda-data-model.c: fixed a bug where the number of rows was printed after every line in gda_data_model_dump() * WixInstaller: moved to installers/WindowsWix * installers: new directory to store information and scripts about OS specific installers 2009-02-03 Vivien Malerba * doc/C: doc fixes, for bug #570315 * libgda/sql-parser/gda-sql-parser.c: allow more characters in parameter names * libgda-report/engine/gda-report-engine.c: * samples/Report/customers-report-spec.xml: * samples/Report/customers-report-rml.rml: changed the syntax of parameters to avoid SQL parsing confusions (replace "/@" by "|@", "/#" by "|#" and "/%nrows" by "|?nrows") * libgda/sqlite/gda-sqlite-recordset.c: debug messages * libgda/gda-data-select.c: applied patch for bug #570251 (thanks Armin) * libgda/gda-data-model.c: avoid calling twice g_set_error() on the same GError * libgda/gda-connection.c: only show database objects which are visible by default in gda_connection_get_meta_store_data(), fixes bug #570396 2009-02-02 Vivien Malerba * configure.in: set version to 3.99.11