libgda r3044 - in branches/V4-branch: . doc doc/C doc/C/tmpl libgda libgda/providers-support libgda/sql-parser libgda/sqlite libgda/sqlite/virtual providers/postgres providers/sybase testing tests tests/data-models tests/parser tests/providers tests/value-holders tools
- From: vivien svn gnome org
- To: svn-commits-list gnome org
- Subject: libgda r3044 - in branches/V4-branch: . doc doc/C doc/C/tmpl libgda libgda/providers-support libgda/sql-parser libgda/sqlite libgda/sqlite/virtual providers/postgres providers/sybase testing tests tests/data-models tests/parser tests/providers tests/value-holders tools
- Date: Sat, 5 Jan 2008 20:39:07 +0000 (GMT)
Author: vivien
Date: 2008-01-05 20:39:05 +0000 (Sat, 05 Jan 2008)
New Revision: 3044
ViewCVS link: http://svn.gnome.org/viewcvs/libgda?rev=3044&view=rev
Added:
branches/V4-branch/libgda/providers-support/
branches/V4-branch/libgda/providers-support/Makefile.am
branches/V4-branch/libgda/providers-support/gda-pmodel.c
branches/V4-branch/libgda/providers-support/gda-pmodel.h
branches/V4-branch/libgda/providers-support/gda-prow.c
branches/V4-branch/libgda/providers-support/gda-prow.h
branches/V4-branch/libgda/providers-support/gda-pstmt.c
branches/V4-branch/libgda/providers-support/gda-pstmt.h
branches/V4-branch/libgda/sqlite/gda-sqlite-pstmt.c
branches/V4-branch/libgda/sqlite/gda-sqlite-pstmt.h
branches/V4-branch/tests/providers/DATA_actor.xml
branches/V4-branch/tests/providers/DATA_film.xml
branches/V4-branch/tests/providers/DATA_film_actor.xml
branches/V4-branch/tests/providers/DATA_language.xml
Removed:
branches/V4-branch/doc/es/
branches/V4-branch/doc/pt_BR/
branches/V4-branch/tests/queries/
Modified:
branches/V4-branch/
branches/V4-branch/ChangeLog
branches/V4-branch/configure.in
branches/V4-branch/doc/C/
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/
branches/V4-branch/doc/C/tmpl/gda-config.sgml
branches/V4-branch/doc/C/tmpl/gda-connection.sgml
branches/V4-branch/doc/C/tmpl/gda-data-model.sgml
branches/V4-branch/doc/C/tmpl/gda-server-provider.sgml
branches/V4-branch/doc/C/tmpl/gda-sql-statement.sgml
branches/V4-branch/doc/C/tmpl/gda-statement.sgml
branches/V4-branch/doc/Makefile.am
branches/V4-branch/libgda/Makefile.am
branches/V4-branch/libgda/gda-client.c
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-model.h
branches/V4-branch/libgda/gda-server-provider-extra.c
branches/V4-branch/libgda/gda-server-provider-extra.h
branches/V4-branch/libgda/gda-server-provider-private.h
branches/V4-branch/libgda/gda-server-provider.c
branches/V4-branch/libgda/gda-server-provider.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/libgda/sql-parser/Makefile.am
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/virtual/gda-vconnection-data-model.c
branches/V4-branch/libgda/sqlite/virtual/gda-vprovider-data-model.c
branches/V4-branch/providers/postgres/
branches/V4-branch/providers/postgres/utils.c
branches/V4-branch/providers/sybase/gda-sybase-provider.c
branches/V4-branch/testing/
branches/V4-branch/tests/Makefile.am
branches/V4-branch/tests/data-models/
branches/V4-branch/tests/data-models/Makefile.am
branches/V4-branch/tests/data-models/check_data_proxy.c
branches/V4-branch/tests/data-models/check_model_import.c
branches/V4-branch/tests/parser/
branches/V4-branch/tests/parser/Makefile.am
branches/V4-branch/tests/parser/check_parser.c
branches/V4-branch/tests/providers/FIELDS_SCHEMA_SQLite_actor.xml
branches/V4-branch/tests/providers/FIELDS_SCHEMA_SQLite_film.xml
branches/V4-branch/tests/providers/FIELDS_SCHEMA_SQLite_film_actor.xml
branches/V4-branch/tests/providers/FIELDS_SCHEMA_SQLite_language.xml
branches/V4-branch/tests/providers/Makefile.am
branches/V4-branch/tests/providers/TYPES_SCHEMA_PostgreSQL.xml
branches/V4-branch/tests/providers/TYPES_SCHEMA_SQLite.xml
branches/V4-branch/tests/providers/check_bdb.c
branches/V4-branch/tests/providers/check_firebird.c
branches/V4-branch/tests/providers/check_freetds.c
branches/V4-branch/tests/providers/check_ibmdb2.c
branches/V4-branch/tests/providers/check_ldap.c
branches/V4-branch/tests/providers/check_mdb.c
branches/V4-branch/tests/providers/check_msql.c
branches/V4-branch/tests/providers/check_mysql.c
branches/V4-branch/tests/providers/check_odbc.c
branches/V4-branch/tests/providers/check_oracle.c
branches/V4-branch/tests/providers/check_postgres.c
branches/V4-branch/tests/providers/check_sqlite.c
branches/V4-branch/tests/providers/check_sybase.c
branches/V4-branch/tests/providers/check_xbase.c
branches/V4-branch/tests/providers/prov-test-common.c
branches/V4-branch/tests/providers/prov-test-common.h
branches/V4-branch/tests/providers/prov-test-util.c
branches/V4-branch/tests/providers/prov-test-util.h
branches/V4-branch/tests/value-holders/
branches/V4-branch/tests/value-holders/Makefile.am
branches/V4-branch/tests/value-holders/check_statement.c
branches/V4-branch/tools/
branches/V4-branch/tools/Makefile.am
Log:
2008-01-05 Vivien Malerba <malerba gnome-db org>
* tools/Makefile.am:
* tests/Makefile.am:
* tests/data-models/check_data_proxy.c:
* tests/data-models/check_model_import.c:
* tests/data-models/Makefile.am:
* tests/value-holders/check_statement.c:
* tests/value-holders/Makefile.am:
* tests/parser/Makefile.am:
* tests/parser/check_parser.c:
* tests/providers/check_sqlite.c:
* tests/providers/prov-test-common.h:
* tests/providers/DATA_film.xml:
* tests/providers/check_oracle.c:
* tests/providers/check_odbc.c:
* tests/providers/check_msql.c:
* tests/providers/FIELDS_SCHEMA_SQLite_actor.xml:
* tests/providers/check_ldap.c:
* tests/providers/prov-test-util.c:
* tests/providers/DATA_actor.xml:
* tests/providers/check_sybase.c:
* tests/providers/check_firebird.c:
* tests/providers/prov-test-util.h:
* tests/providers/check_bdb.c:
* tests/providers/FIELDS_SCHEMA_SQLite_film_actor.xml:
* tests/providers/DATA_film_actor.xml:
* tests/providers/FIELDS_SCHEMA_SQLite_language.xml:
* tests/providers/DATA_language.xml:
* tests/providers/check_mdb.c:
* tests/providers/check_xbase.c:
* tests/providers/check_mysql.c:
* tests/providers/check_postgres.c:
* tests/providers/TYPES_SCHEMA_SQLite.xml:
* tests/providers/TYPES_SCHEMA_PostgreSQL.xml:
* tests/providers/Makefile.am:
* tests/providers/check_freetds.c:
* tests/providers/prov-test-common.c:
* tests/providers/check_ibmdb2.c:
* tests/providers/FIELDS_SCHEMA_SQLite_film.xml:
* doc/C:
* doc/Makefile.am:
* providers/sybase/gda-sybase-provider.c:
* providers/postgres:
* providers/postgres/utils.c:
* libgda/gda-statement.h:
* libgda/providers-support:
* libgda/sqlite/gda-sqlite-pstmt.c:
* libgda/sqlite/gda-sqlite.h:
* libgda/sqlite/gda-sqlite-pstmt.h:
* libgda/sqlite/virtual/gda-vprovider-data-model.c:
* libgda/sqlite/virtual/gda-vconnection-data-model.c:
* libgda/sqlite/gda-sqlite-provider.c:
* libgda/sqlite/gda-sqlite-recordset.c:
* libgda/sqlite/gda-sqlite-recordset.h:
* libgda/sqlite/Makefile.am:
* libgda/sql-parser:
* libgda/sql-parser/Makefile.am:
* libgda/gda-data-model.h:
* libgda/gda-server-provider.c:
* libgda/gda-connection.c:
* libgda/Makefile.am:
* libgda/gda-server-provider.h:
* libgda/gda-connection.h:
* libgda/gda-server-provider-private.h:
* libgda/gda-connection-private.h:
* libgda/gda-client.c:
* libgda/gda-server-provider-extra.c:
* libgda/gda-server-provider-extra.h:
* libgda/gda-statement-extra.h:
* libgda/gda-statement.c:
* configure.in: lots of minor corrections
- don't use the Check unit test program anymore (simplifies tests writing)
- updared valid tests and removed obsolete ones
- improved documentation (removed unmaintained translations)
- ...
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]