libgda r3042 - in branches/V4-branch: . doc/C doc/C/tmpl libgda libgda/binreloc libgda/sqlite libgda/sqlite/virtual libgda-report/engine libgda-xslt po 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 testing tests tests/data-models tests/providers tests/queries tools



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

Added:
   branches/V4-branch/doc/C/architecture.png
   branches/V4-branch/doc/C/architecture.svg
   branches/V4-branch/doc/C/parts.png
   branches/V4-branch/doc/C/parts.svg
   branches/V4-branch/doc/C/stmt-compound.png
   branches/V4-branch/doc/C/stmt-compound.svg
   branches/V4-branch/doc/C/stmt-insert1.png
   branches/V4-branch/doc/C/stmt-insert1.svg
   branches/V4-branch/doc/C/stmt-insert2.png
   branches/V4-branch/doc/C/stmt-insert2.svg
   branches/V4-branch/doc/C/stmt-select.png
   branches/V4-branch/doc/C/stmt-select.svg
   branches/V4-branch/doc/C/stmt-unknown.png
   branches/V4-branch/doc/C/stmt-unknown.svg
   branches/V4-branch/doc/C/stmt-update.png
   branches/V4-branch/doc/C/stmt-update.svg
   branches/V4-branch/doc/C/tmpl/gda-holder.sgml
   branches/V4-branch/doc/C/tmpl/gda-set.sgml
   branches/V4-branch/doc/C/tmpl/gda-sql-parser.sgml
   branches/V4-branch/doc/C/tmpl/gda-sql-statement.sgml
   branches/V4-branch/doc/C/tmpl/gda-statement.sgml
   branches/V4-branch/libgda/gda-batch.c
   branches/V4-branch/libgda/gda-batch.h
   branches/V4-branch/libgda/gda-debug-macros.h
   branches/V4-branch/libgda/gda-holder.c
   branches/V4-branch/libgda/gda-holder.h
   branches/V4-branch/libgda/gda-set.c
   branches/V4-branch/libgda/gda-set.h
   branches/V4-branch/libgda/gda-statement-extra.h
   branches/V4-branch/libgda/gda-statement.c
   branches/V4-branch/libgda/gda-statement.h
   branches/V4-branch/libgda/sql-parser/
   branches/V4-branch/providers/postgres/gda-postgres-parser.c
   branches/V4-branch/providers/postgres/gda-postgres-parser.h
   branches/V4-branch/providers/postgres/gen_def.c
   branches/V4-branch/providers/postgres/parser.y
   branches/V4-branch/samples/SqlParserConsole/
   branches/V4-branch/tests/parser/
   branches/V4-branch/tests/value-holders/
Modified:
   branches/V4-branch/ChangeLog
   branches/V4-branch/configure.in
   branches/V4-branch/doc/C/Makefile.am
   branches/V4-branch/doc/C/libgda-4.0-docs.sgml
   branches/V4-branch/doc/C/libgda-4.0-sections.txt
   branches/V4-branch/doc/C/libgda-4.0.types.in
   branches/V4-branch/doc/C/tmpl/gda-batch.sgml
   branches/V4-branch/doc/C/tmpl/gda-command.sgml
   branches/V4-branch/doc/C/tmpl/gda-connection.sgml
   branches/V4-branch/doc/C/tmpl/gda-query-condition.sgml
   branches/V4-branch/doc/C/tmpl/gda-query-field-agg.sgml
   branches/V4-branch/doc/C/tmpl/gda-query-field-all.sgml
   branches/V4-branch/doc/C/tmpl/gda-query-field-field.sgml
   branches/V4-branch/doc/C/tmpl/gda-query-field-func.sgml
   branches/V4-branch/doc/C/tmpl/gda-query-field-value.sgml
   branches/V4-branch/doc/C/tmpl/gda-query-field.sgml
   branches/V4-branch/doc/C/tmpl/gda-query-join.sgml
   branches/V4-branch/doc/C/tmpl/gda-query-object.sgml
   branches/V4-branch/doc/C/tmpl/gda-query-target.sgml
   branches/V4-branch/doc/C/tmpl/gda-query.sgml
   branches/V4-branch/doc/C/tmpl/gda-renderer.sgml
   branches/V4-branch/doc/C/tmpl/gda-server-provider.sgml
   branches/V4-branch/libgda-report/engine/Makefile.am
   branches/V4-branch/libgda-xslt/Makefile.am
   branches/V4-branch/libgda/Makefile.am
   branches/V4-branch/libgda/binreloc/gda-binreloc.c
   branches/V4-branch/libgda/gda-command.c
   branches/V4-branch/libgda/gda-command.h
   branches/V4-branch/libgda/gda-connection-private.h
   branches/V4-branch/libgda/gda-connection.c
   branches/V4-branch/libgda/gda-connection.h
   branches/V4-branch/libgda/gda-data-access-wrapper.c
   branches/V4-branch/libgda/gda-data-model-hash.h
   branches/V4-branch/libgda/gda-decl.h
   branches/V4-branch/libgda/gda-graphviz.c
   branches/V4-branch/libgda/gda-graphviz.h
   branches/V4-branch/libgda/gda-marshal.list
   branches/V4-branch/libgda/gda-query-condition.c
   branches/V4-branch/libgda/gda-query-condition.h
   branches/V4-branch/libgda/gda-query-field-agg.c
   branches/V4-branch/libgda/gda-query-field-agg.h
   branches/V4-branch/libgda/gda-query-field-all.c
   branches/V4-branch/libgda/gda-query-field-all.h
   branches/V4-branch/libgda/gda-query-field-field.c
   branches/V4-branch/libgda/gda-query-field-field.h
   branches/V4-branch/libgda/gda-query-field-func.c
   branches/V4-branch/libgda/gda-query-field-func.h
   branches/V4-branch/libgda/gda-query-field-value.c
   branches/V4-branch/libgda/gda-query-field-value.h
   branches/V4-branch/libgda/gda-query-field.c
   branches/V4-branch/libgda/gda-query-field.h
   branches/V4-branch/libgda/gda-query-join.c
   branches/V4-branch/libgda/gda-query-join.h
   branches/V4-branch/libgda/gda-query-object.c
   branches/V4-branch/libgda/gda-query-object.h
   branches/V4-branch/libgda/gda-query-parsing.c
   branches/V4-branch/libgda/gda-query-parsing.h
   branches/V4-branch/libgda/gda-query-private.h
   branches/V4-branch/libgda/gda-query-target.c
   branches/V4-branch/libgda/gda-query-target.h
   branches/V4-branch/libgda/gda-query.c
   branches/V4-branch/libgda/gda-query.h
   branches/V4-branch/libgda/gda-renderer.c
   branches/V4-branch/libgda/gda-renderer.h
   branches/V4-branch/libgda/gda-server-provider.c
   branches/V4-branch/libgda/gda-server-provider.h
   branches/V4-branch/libgda/gda-util.c
   branches/V4-branch/libgda/gda-util.h
   branches/V4-branch/libgda/gda-value.c
   branches/V4-branch/libgda/libgda.h.in
   branches/V4-branch/libgda/sqlite/Makefile.am
   branches/V4-branch/libgda/sqlite/gda-sqlite-provider.c
   branches/V4-branch/libgda/sqlite/gda-sqlite-recordset.c
   branches/V4-branch/libgda/sqlite/gda-sqlite-recordset.h
   branches/V4-branch/libgda/sqlite/gda-sqlite.h
   branches/V4-branch/libgda/sqlite/utils.c
   branches/V4-branch/libgda/sqlite/virtual/Makefile.am
   branches/V4-branch/po/ChangeLog
   branches/V4-branch/po/es.po
   branches/V4-branch/po/fr.po
   branches/V4-branch/po/it.po
   branches/V4-branch/po/oc.po
   branches/V4-branch/providers/bdb/Makefile.am
   branches/V4-branch/providers/firebird/Makefile.am
   branches/V4-branch/providers/freetds/Makefile.am
   branches/V4-branch/providers/ibmdb2/Makefile.am
   branches/V4-branch/providers/ldap/Makefile.am
   branches/V4-branch/providers/ldap/gda-ldap-provider.c
   branches/V4-branch/providers/mdb/Makefile.am
   branches/V4-branch/providers/msql/Makefile.am
   branches/V4-branch/providers/mysql/Makefile.am
   branches/V4-branch/providers/mysql/gda-mysql-provider.c
   branches/V4-branch/providers/odbc/Makefile.am
   branches/V4-branch/providers/oracle/Makefile.am
   branches/V4-branch/providers/oracle/gda-oracle-provider.c
   branches/V4-branch/providers/postgres/Makefile.am
   branches/V4-branch/providers/postgres/gda-postgres-provider.c
   branches/V4-branch/providers/sqlite/Makefile.am
   branches/V4-branch/providers/sybase/Makefile.am
   branches/V4-branch/providers/xbase/Makefile.am
   branches/V4-branch/samples/DDL/Makefile
   branches/V4-branch/samples/DDL/ddl.c
   branches/V4-branch/samples/README
   branches/V4-branch/samples/SimpleExample/Makefile
   branches/V4-branch/samples/SimpleExample/example.c
   branches/V4-branch/testing/Makefile.am
   branches/V4-branch/tests/Makefile.am
   branches/V4-branch/tests/data-models/Makefile.am
   branches/V4-branch/tests/providers/Makefile.am
   branches/V4-branch/tests/queries/Makefile.am
   branches/V4-branch/tools/Makefile.am
   branches/V4-branch/tools/command-exec.c
   branches/V4-branch/tools/command-exec.h
   branches/V4-branch/tools/gda-sql.c
Log:
Propagated changes from trunk





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