libgda r2968 - in trunk: . doc/C libgda libgda/binreloc libgda/sql-delimiter libgda-report/DocBook libgda-report/RML libgda-report/RML/trml2html libgda-report/RML/trml2pdf libgda-report/engine libsql providers/sqlite providers/sqlite/sqlite-src samples/Virtual tests/queries



Author: vivien
Date: 2007-09-01 13:11:14 +0100 (Sat, 01 Sep 2007)
New Revision: 2968
ViewCVS link: http://svn.gnome.org/viewcvs/libgda?rev=2968&view=rev

Added:
   trunk/providers/sqlite/README
   trunk/providers/sqlite/sqlite-src/PragmasPatch
Removed:
   trunk/providers/sqlite/sqlite-src/sqliteInt.h
Modified:
   trunk/
   trunk/ChangeLog
   trunk/MAINTAINERS
   trunk/configure.in
   trunk/doc/C/query.xml
   trunk/libgda-report/DocBook/
   trunk/libgda-report/RML/
   trunk/libgda-report/RML/trml2html/Makefile.am
   trunk/libgda-report/RML/trml2pdf/Makefile.am
   trunk/libgda-report/engine/
   trunk/libgda/binreloc/gda-binreloc.c
   trunk/libgda/gda-data-model-query.c
   trunk/libgda/gda-query-parsing.c
   trunk/libgda/gda-query.c
   trunk/libgda/sql-delimiter/gda-delimiter-tree.c
   trunk/libgda/sql-delimiter/lexer.l
   trunk/libsql/lexer.l
   trunk/libsql/sql_tree.c
   trunk/providers/sqlite/gda-sqlite-provider.c
   trunk/providers/sqlite/gda-sqlite-recordset.c
   trunk/providers/sqlite/gda-sqlite.h
   trunk/providers/sqlite/sqlite-src/Makefile.am
   trunk/providers/sqlite/sqlite-src/sqlite3.c
   trunk/providers/sqlite/utils.c
   trunk/samples/Virtual/.gdb_history
   trunk/tests/queries/check_delimiter.c
   trunk/tests/queries/check_gdaquery.c
   trunk/tests/queries/params_sql_simple.xml
   trunk/tests/queries/test-util.c
Log:
2007-09-01  Vivien Malerba <malerba gnome-db org>

	* libgda/sql-delimiter/gda-delimiter-tree.c:
	* libgda/sql-delimiter/lexer.l:
	* libsql/sql_tree.c:
	* libsql/lexer.l: extended the parameter representation to ##<param_name>[::<param_type>[::NULL]],
	the additionnal "::NULL" at the end meaning that the parameter can be NULL.
	* tests/queries/*: fixed a bug in the tests
	* libgda-reports/RML/trml2html/Makefile.am:
	* libgda-reports/RML/trml2pdf/Makefile.am: corrections to the install and uninstall
	targets
	* providers/sqlite/gda-sqlite-provider.c: correctly return GDA_CONNECTION_FEATURE_PROCEDURES
	as a supported feature
	* configure.in: if there is an installed SQLite, also test that the sqlite3CreateFunc symbol
	is present, and force the embedded SQLile on Windows
	* providers/sqlite/sqlite-src/: don't need to extract the sqliteInt.h anymore, patch
	the sqlite3.c to add new PRAGMAS (from the PragmasPatch file), and don't undefine the
	SQLITE_PRIVATE flag
	* providers/sqlite/gda-sqlite-provider.c: when using a system installed SQLite library,
	catch the functions and aggregates creation to report them correctly when requested
	* providers/sqlite/utils.c: don't use the 'table_types_list' pragma (that pragma
	does not exist in SQLite, it was added by a patch to the embedded SQLite)
	* MAINTAINER: updated





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]