Author: vivien Date: 2007-08-17 19:42:27 +0100 (Fri, 17 Aug 2007) New Revision: 2956 ViewCVS link: http://svn.gnome.org/viewcvs/libgda?rev=2956&view=rev
Added: trunk/samples/TableCopy/ trunk/samples/TableCopy/Makefile trunk/samples/TableCopy/README trunk/samples/TableCopy/common.c trunk/samples/TableCopy/common.h trunk/samples/TableCopy/table-copy-easier.c trunk/samples/TableCopy/table-copy.c Removed: trunk/samples/sample-firebird.c trunk/samples/sample-postgresql.c trunk/samples/table_copy.c Modified: trunk/ChangeLog trunk/Makefile.am trunk/doc/C/libgda-3.0-sections.txt trunk/libgda/gda-connection-private.h trunk/libgda/gda-connection.c trunk/libgda/gda-parameter.c trunk/libgda/gda-query-field-value.c trunk/libgda/gda-query.c trunk/libgda/gda-renderer.h trunk/po/POTFILES.in trunk/providers/sqlite/gda-sqlite-provider.c trunk/providers/sqlite/gda-sqlite.h trunk/providers/sqlite/sqlite_specs_dsn.xml.in trunk/providers/sqlite/utils.c trunk/providers/sqlite/virtual/gda-vconnection-data-model.c trunk/providers/sqlite/virtual/gda-vprovider-data-model.c trunk/samples/F-Spot/repair-path.c trunk/samples/README Log: 2007-08-17 Vivien Malerba <[EMAIL PROTECTED]> * libgda/gda-query.c: corrected a bug where the error was set even if the query was sucessfully exectuted in gda_query_execute() * libgda/gda-connection-private.h: * libgda/gda-connection.c: added support for providers to declare prepared statements attached to GdaQuery objects * providers/sqlite/gda-sqlite-provider.c: implemented the execute_query() virtual method which uses prepared statements for better performances * libgda/gda-parameter.c: corrected gda_parameter_get_alphanum_name() * libgda/gda-renderer.h: added a new GDA_RENDERER_PARAMS_AS_QMARK option * libgda/gda-query-field-value.c: implement the GDA_RENDERER_PARAMS_AS_QMARK option * providers/sqlite/gda-sqlite-provider.c: * providers/sqlite/sqlite_specs_dsn.xml.in: the gda_file_exists() function is now available from within SQL statements * providers/sqlite/virtual/gda-vprovider-data-model.c: make sure the extra SQL functions are loaded * Makefile.am: include all the files in the samples/ directory as EXTRA_DIST * samples/F-Spot/repair-path.c: really check for file existence when building the list of missing files * samples/TableCopy: reworked the table copy example to copy data from two different databases * po/POTFILES.in: corrections for bug #467273 _______________________________________________ SVN-commits-list mailing list SVN-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/svn-commits-list