libgda r3041 - in trunk: . doc/C doc/C/tmpl libgda libgda/sql-parser libgda/sqlite libgda/sqlite/virtual libgda-report/engine libgda-xslt providers/bdb providers/firebird providers/freetds providers/ibmdb2 providers/ldap providers/mdb providers/msql providers/mysql providers/odbc providers/oracle providers/postgres providers/sqlite providers/sybase providers/xbase samples samples/DDL samples/SimpleExample samples/SqlParserConsole testing tests tests/data-models tests/parser tests/providers tests/queries tests/value-holders tools



Author: vivien
Date: 2008-01-02 20:06:54 +0000 (Wed, 02 Jan 2008)
New Revision: 3041
ViewCVS link: http://svn.gnome.org/viewcvs/libgda?rev=3041&view=rev

Added:
   trunk/doc/C/architecture.png
   trunk/doc/C/architecture.svg
   trunk/doc/C/parts.png
   trunk/doc/C/parts.svg
   trunk/doc/C/stmt-compound.png
   trunk/doc/C/stmt-compound.svg
   trunk/doc/C/stmt-insert1.png
   trunk/doc/C/stmt-insert1.svg
   trunk/doc/C/stmt-insert2.png
   trunk/doc/C/stmt-insert2.svg
   trunk/doc/C/stmt-select.png
   trunk/doc/C/stmt-select.svg
   trunk/doc/C/stmt-unknown.png
   trunk/doc/C/stmt-unknown.svg
   trunk/doc/C/stmt-update.png
   trunk/doc/C/stmt-update.svg
   trunk/doc/C/tmpl/gda-holder.sgml
   trunk/doc/C/tmpl/gda-set.sgml
   trunk/doc/C/tmpl/gda-sql-parser.sgml
   trunk/doc/C/tmpl/gda-sql-statement.sgml
   trunk/doc/C/tmpl/gda-statement.sgml
   trunk/libgda/gda-batch.c
   trunk/libgda/gda-batch.h
   trunk/libgda/gda-debug-macros.h
   trunk/libgda/gda-holder.c
   trunk/libgda/gda-holder.h
   trunk/libgda/gda-set.c
   trunk/libgda/gda-set.h
   trunk/libgda/gda-statement-extra.h
   trunk/libgda/gda-statement.c
   trunk/libgda/gda-statement.h
   trunk/libgda/sql-parser/
   trunk/libgda/sql-parser/Makefile.am
   trunk/libgda/sql-parser/delimiter.y
   trunk/libgda/sql-parser/gda-sql-parser-private.h
   trunk/libgda/sql-parser/gda-sql-parser.c
   trunk/libgda/sql-parser/gda-sql-parser.h
   trunk/libgda/sql-parser/gda-sql-statement.h
   trunk/libgda/sql-parser/gda-statement-struct-compound.c
   trunk/libgda/sql-parser/gda-statement-struct-compound.h
   trunk/libgda/sql-parser/gda-statement-struct-decl.h
   trunk/libgda/sql-parser/gda-statement-struct-delete.c
   trunk/libgda/sql-parser/gda-statement-struct-delete.h
   trunk/libgda/sql-parser/gda-statement-struct-insert.c
   trunk/libgda/sql-parser/gda-statement-struct-insert.h
   trunk/libgda/sql-parser/gda-statement-struct-parts.c
   trunk/libgda/sql-parser/gda-statement-struct-parts.h
   trunk/libgda/sql-parser/gda-statement-struct-pspec.c
   trunk/libgda/sql-parser/gda-statement-struct-pspec.h
   trunk/libgda/sql-parser/gda-statement-struct-select.c
   trunk/libgda/sql-parser/gda-statement-struct-select.h
   trunk/libgda/sql-parser/gda-statement-struct-trans.c
   trunk/libgda/sql-parser/gda-statement-struct-trans.h
   trunk/libgda/sql-parser/gda-statement-struct-unknown.c
   trunk/libgda/sql-parser/gda-statement-struct-unknown.h
   trunk/libgda/sql-parser/gda-statement-struct-update.c
   trunk/libgda/sql-parser/gda-statement-struct-update.h
   trunk/libgda/sql-parser/gda-statement-struct-util.c
   trunk/libgda/sql-parser/gda-statement-struct-util.h
   trunk/libgda/sql-parser/gda-statement-struct.c
   trunk/libgda/sql-parser/gda-statement-struct.h
   trunk/libgda/sql-parser/gen_def.c
   trunk/libgda/sql-parser/lemon.c
   trunk/libgda/sql-parser/lempar.c
   trunk/libgda/sql-parser/parser.y
   trunk/libgda/sql-parser/parser_tokens.h
   trunk/providers/postgres/gda-postgres-parser.c
   trunk/providers/postgres/gda-postgres-parser.h
   trunk/providers/postgres/gen_def.c
   trunk/providers/postgres/parser.y
   trunk/samples/SqlParserConsole/
   trunk/samples/SqlParserConsole/Makefile
   trunk/samples/SqlParserConsole/README
   trunk/samples/SqlParserConsole/console.c
   trunk/samples/SqlParserConsole/graph.c
   trunk/samples/SqlParserConsole/graph.h
   trunk/tests/parser/
   trunk/tests/parser/Makefile.am
   trunk/tests/parser/check_parser.c
   trunk/tests/parser/testdata.xml
   trunk/tests/value-holders/
   trunk/tests/value-holders/Makefile.am
   trunk/tests/value-holders/check_holder.c
   trunk/tests/value-holders/check_set.c
   trunk/tests/value-holders/check_statement.c
   trunk/tests/value-holders/common.c
   trunk/tests/value-holders/common.h
   trunk/tests/value-holders/set.data
   trunk/tests/value-holders/stmt.data
Modified:
   trunk/ChangeLog
   trunk/configure.in
   trunk/doc/C/Makefile.am
   trunk/doc/C/libgda-3.0-docs.sgml
   trunk/doc/C/libgda-3.0-sections.txt
   trunk/doc/C/libgda-3.0.types.in
   trunk/doc/C/tmpl/gda-batch.sgml
   trunk/doc/C/tmpl/gda-command.sgml
   trunk/doc/C/tmpl/gda-connection.sgml
   trunk/doc/C/tmpl/gda-query-condition.sgml
   trunk/doc/C/tmpl/gda-query-field-agg.sgml
   trunk/doc/C/tmpl/gda-query-field-all.sgml
   trunk/doc/C/tmpl/gda-query-field-field.sgml
   trunk/doc/C/tmpl/gda-query-field-func.sgml
   trunk/doc/C/tmpl/gda-query-field-value.sgml
   trunk/doc/C/tmpl/gda-query-field.sgml
   trunk/doc/C/tmpl/gda-query-join.sgml
   trunk/doc/C/tmpl/gda-query-object.sgml
   trunk/doc/C/tmpl/gda-query-target.sgml
   trunk/doc/C/tmpl/gda-query.sgml
   trunk/doc/C/tmpl/gda-renderer.sgml
   trunk/doc/C/tmpl/gda-server-provider.sgml
   trunk/libgda-report/engine/Makefile.am
   trunk/libgda-xslt/Makefile.am
   trunk/libgda/Makefile.am
   trunk/libgda/gda-command.c
   trunk/libgda/gda-command.h
   trunk/libgda/gda-connection-private.h
   trunk/libgda/gda-connection.c
   trunk/libgda/gda-connection.h
   trunk/libgda/gda-data-access-wrapper.c
   trunk/libgda/gda-data-model-hash.h
   trunk/libgda/gda-decl.h
   trunk/libgda/gda-graphviz.c
   trunk/libgda/gda-graphviz.h
   trunk/libgda/gda-marshal.list
   trunk/libgda/gda-query-condition.c
   trunk/libgda/gda-query-condition.h
   trunk/libgda/gda-query-field-agg.c
   trunk/libgda/gda-query-field-agg.h
   trunk/libgda/gda-query-field-all.c
   trunk/libgda/gda-query-field-all.h
   trunk/libgda/gda-query-field-field.c
   trunk/libgda/gda-query-field-field.h
   trunk/libgda/gda-query-field-func.c
   trunk/libgda/gda-query-field-func.h
   trunk/libgda/gda-query-field-value.c
   trunk/libgda/gda-query-field-value.h
   trunk/libgda/gda-query-field.c
   trunk/libgda/gda-query-field.h
   trunk/libgda/gda-query-join.c
   trunk/libgda/gda-query-join.h
   trunk/libgda/gda-query-object.c
   trunk/libgda/gda-query-object.h
   trunk/libgda/gda-query-parsing.c
   trunk/libgda/gda-query-parsing.h
   trunk/libgda/gda-query-private.h
   trunk/libgda/gda-query-target.c
   trunk/libgda/gda-query-target.h
   trunk/libgda/gda-query.c
   trunk/libgda/gda-query.h
   trunk/libgda/gda-renderer.c
   trunk/libgda/gda-renderer.h
   trunk/libgda/gda-server-provider.c
   trunk/libgda/gda-server-provider.h
   trunk/libgda/gda-util.c
   trunk/libgda/gda-util.h
   trunk/libgda/gda-value.c
   trunk/libgda/libgda.h.in
   trunk/libgda/sqlite/Makefile.am
   trunk/libgda/sqlite/gda-sqlite-provider.c
   trunk/libgda/sqlite/gda-sqlite-recordset.c
   trunk/libgda/sqlite/gda-sqlite-recordset.h
   trunk/libgda/sqlite/gda-sqlite.h
   trunk/libgda/sqlite/utils.c
   trunk/libgda/sqlite/virtual/Makefile.am
   trunk/providers/bdb/Makefile.am
   trunk/providers/firebird/Makefile.am
   trunk/providers/freetds/Makefile.am
   trunk/providers/ibmdb2/Makefile.am
   trunk/providers/ldap/Makefile.am
   trunk/providers/mdb/Makefile.am
   trunk/providers/msql/Makefile.am
   trunk/providers/mysql/Makefile.am
   trunk/providers/mysql/gda-mysql-provider.c
   trunk/providers/odbc/Makefile.am
   trunk/providers/oracle/Makefile.am
   trunk/providers/oracle/gda-oracle-provider.c
   trunk/providers/postgres/Makefile.am
   trunk/providers/postgres/gda-postgres-provider.c
   trunk/providers/sqlite/Makefile.am
   trunk/providers/sybase/Makefile.am
   trunk/providers/xbase/Makefile.am
   trunk/samples/DDL/Makefile
   trunk/samples/DDL/ddl.c
   trunk/samples/README
   trunk/samples/SimpleExample/Makefile
   trunk/samples/SimpleExample/example.c
   trunk/testing/Makefile.am
   trunk/tests/Makefile.am
   trunk/tests/data-models/Makefile.am
   trunk/tests/providers/Makefile.am
   trunk/tests/queries/Makefile.am
   trunk/tools/Makefile.am
   trunk/tools/command-exec.c
   trunk/tools/command-exec.h
   trunk/tools/gda-sql.c
Log:
2008-01-02  Vivien Malerba <malerba gnome-db org>

	* libgda-report/engine/Makefile.am:
	* tools/command-exec.c:
	* tools/command-exec.h:
	* tools/gda-sql.c:
	* tools/Makefile.am:
	* tests/Makefile.am:
	* tests/data-models/Makefile.am:
	* tests/value-holders:
	* tests/value-holders/stmt.data:
	* tests/value-holders/check_statement.c:
	* tests/value-holders/set.data:
	* tests/value-holders/common.c:
	* tests/value-holders/check_set.c:
	* tests/value-holders/Makefile.am:
	* tests/value-holders/check_holder.c:
	* tests/value-holders/common.h:
	* tests/parser:
	* tests/parser/testdata.xml:
	* tests/parser/Makefile.am:
	* tests/parser/check_parser.c:
	* tests/providers/Makefile.am:
	* tests/queries/Makefile.am:
	* doc/C/architecture.svg:
	* doc/C/stmt-unknown.svg:
	* doc/C/parts.svg:
	* doc/C/libgda-3.0.types.in:
	* doc/C/stmt-update.png:
	* doc/C/stmt-update.svg:
	* doc/C/libgda-3.0-docs.sgml:
	* doc/C/libgda-3.0-sections.txt:
	* doc/C/stmt-select.png:
	* doc/C/stmt-compound.png:
	* doc/C/stmt-insert1.png:
	* doc/C/stmt-insert2.png:
	* doc/C/stmt-select.svg:
	* doc/C/architecture.png:
	* doc/C/stmt-compound.svg:
	* doc/C/stmt-unknown.png:
	* doc/C/stmt-insert1.svg:
	* doc/C/Makefile.am:
	* doc/C/stmt-insert2.svg:
	* doc/C/tmpl/gda-server-provider.sgml:
	* doc/C/tmpl/gda-query-field-value.sgml:
	* doc/C/tmpl/gda-query-join.sgml:
	* doc/C/tmpl/gda-query.sgml:
	* doc/C/tmpl/gda-renderer.sgml:
	* doc/C/tmpl/gda-query-field-func.sgml:
	* doc/C/tmpl/gda-query-condition.sgml:
	* doc/C/tmpl/gda-set.sgml:
	* doc/C/tmpl/gda-query-field-all.sgml:
	* doc/C/tmpl/gda-holder.sgml:
	* doc/C/tmpl/gda-command.sgml:
	* doc/C/tmpl/gda-batch.sgml:
	* doc/C/tmpl/gda-query-field-agg.sgml:
	* doc/C/tmpl/gda-query-target.sgml:
	* doc/C/tmpl/gda-statement.sgml:
	* doc/C/tmpl/gda-query-object.sgml:
	* doc/C/tmpl/gda-query-field.sgml:
	* doc/C/tmpl/gda-sql-parser.sgml:
	* doc/C/tmpl/gda-connection.sgml:
	* doc/C/tmpl/gda-sql-statement.sgml:
	* doc/C/tmpl/gda-query-field-field.sgml:
	* doc/C/parts.png:
	* testing/Makefile.am:
	* providers/ldap/Makefile.am:
	* providers/sybase/Makefile.am:
	* providers/firebird/Makefile.am:
	* providers/bdb/Makefile.am:
	* providers/freetds/Makefile.am:
	* providers/ibmdb2/Makefile.am:
	* providers/sqlite/Makefile.am:
	* providers/xbase/Makefile.am:
	* providers/mdb/Makefile.am:
	* providers/oracle/gda-oracle-provider.c:
	* providers/oracle/Makefile.am:
	* providers/mysql/gda-mysql-provider.c:
	* providers/mysql/Makefile.am:
	* providers/postgres/parser.y:
	* providers/postgres/gda-postgres-parser.c:
	* providers/postgres/gda-postgres-parser.h:
	* providers/postgres/gen_def.c:
	* providers/postgres/gda-postgres-provider.c:
	* providers/postgres/Makefile.am:
	* providers/odbc/Makefile.am:
	* providers/msql/Makefile.am:
	* libgda/gda-renderer.c:
	* libgda/gda-statement.h:
	* libgda/gda-renderer.h:
	* libgda/gda-holder.c:
	* libgda/gda-holder.h:
	* libgda/gda-query-object.c:
	* libgda/gda-debug-macros.h:
	* libgda/gda-command.c:
	* libgda/gda-query-object.h:
	* libgda/gda-marshal.list:
	* libgda/gda-query-private.h:
	* libgda/gda-query-field-agg.c:
	* libgda/gda-command.h:
	* libgda/sqlite/gda-sqlite.h:
	* libgda/sqlite/utils.c:
	* libgda/sqlite/virtual/Makefile.am:
	* libgda/sqlite/gda-sqlite-provider.c:
	* libgda/sqlite/gda-sqlite-recordset.c:
	* libgda/sqlite/gda-sqlite-recordset.h:
	* libgda/sqlite/Makefile.am:
	* libgda/gda-query-field-agg.h:
	* libgda/gda-data-model-hash.h:
	* libgda/sql-parser:
	* libgda/sql-parser/gda-statement-struct-util.h:
	* libgda/sql-parser/gda-sql-parser-private.h:
	* libgda/sql-parser/gda-sql-statement.h:
	* libgda/sql-parser/gda-statement-struct-compound.c:
	* libgda/sql-parser/gda-statement-struct-select.h:
	* libgda/sql-parser/gda-statement-struct-trans.c:
	* libgda/sql-parser/gda-statement-struct-compound.h:
	* libgda/sql-parser/gda-statement-struct-trans.h:
	* libgda/sql-parser/gda-statement-struct-unknown.c:
	* libgda/sql-parser/gda-statement-struct.c:
	* libgda/sql-parser/lempar.c:
	* libgda/sql-parser/gda-statement-struct-unknown.h:
	* libgda/sql-parser/gda-statement-struct-insert.c:
	* libgda/sql-parser/parser.y:
	* libgda/sql-parser/gda-statement-struct.h:
	* libgda/sql-parser/gda-statement-struct-insert.h:
	* libgda/sql-parser/gda-statement-struct-update.c:
	* libgda/sql-parser/gda-statement-struct-update.h:
	* libgda/sql-parser/delimiter.y:
	* libgda/sql-parser/gda-statement-struct-parts.c:
	* libgda/sql-parser/lemon.c:
	* libgda/sql-parser/gda-statement-struct-parts.h:
	* libgda/sql-parser/gda-statement-struct-delete.c:
	* libgda/sql-parser/gda-sql-parser.c:
	* libgda/sql-parser/parser_tokens.h:
	* libgda/sql-parser/gda-statement-struct-delete.h:
	* libgda/sql-parser/gda-sql-parser.h:
	* libgda/sql-parser/gen_def.c:
	* libgda/sql-parser/gda-statement-struct-pspec.c:
	* libgda/sql-parser/Makefile.am:
	* libgda/sql-parser/gda-statement-struct-decl.h:
	* libgda/sql-parser/gda-statement-struct-util.c:
	* libgda/sql-parser/gda-statement-struct-select.c:
	* libgda/sql-parser/gda-statement-struct-pspec.h:
	* libgda/gda-query-field-all.c:
	* libgda/gda-query-field-all.h:
	* libgda/gda-query-parsing.c:
	* libgda/gda-query-parsing.h:
	* libgda/gda-util.c:
	* libgda/gda-util.h:
	* libgda/gda-query-condition.c:
	* libgda/gda-query-condition.h:
	* libgda/gda-server-provider.c:
	* libgda/gda-connection.c:
	* libgda/Makefile.am:
	* libgda/gda-query-join.c:
	* libgda/gda-server-provider.h:
	* libgda/libgda.h.in:
	* libgda/gda-connection.h:
	* libgda/gda-query-join.h:
	* libgda/gda-query-field-field.c:
	* libgda/gda-query-field-field.h:
	* libgda/gda-batch.c:
	* libgda/gda-batch.h:
	* libgda/gda-query-target.c:
	* libgda/gda-query-target.h:
	* libgda/gda-value.c:
	* libgda/gda-query-field-func.c:
	* libgda/gda-query-field-func.h:
	* libgda/gda-graphviz.c:
	* libgda/gda-set.c:
	* libgda/gda-graphviz.h:
	* libgda/gda-set.h:
	* libgda/gda-query-field-value.c:
	* libgda/gda-query-field-value.h:
	* libgda/gda-connection-private.h:
	* libgda/gda-query-field.c:
	* libgda/gda-data-access-wrapper.c:
	* libgda/gda-query-field.h:
	* libgda/gda-query.c:
	* libgda/gda-query.h:
	* libgda/gda-decl.h:
	* libgda/gda-statement-extra.h:
	* libgda/gda-statement.c:
	* configure.in:
	* ChangeLog:
	* samples/SqlParserConsole:
	* samples/SqlParserConsole/graph.c:
	* samples/SqlParserConsole/console.c:
	* samples/SqlParserConsole/graph.h:
	* samples/SqlParserConsole/Makefile:
	* samples/SqlParserConsole/README:
	* samples/DDL/ddl.c:
	* samples/DDL/Makefile:
	* samples/SimpleExample/example.c:
	* samples/SimpleExample/Makefile:
	* samples/README:
	* libgda-xslt/Makefile.am: Introduced a new parsing mechanism (GdaSqlParser object), the
	GdaStatement object which will replace both GdaQuery and GdaCommand objects in V4, added new
	tests and example, update documentation, and minor other changes and improvements (started
	to tag as deprecated some API).





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