pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases Update to 1.9.100 (gnumeric needs >=1.3, and...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/55dc9918c63f
branches:  trunk
changeset: 507567:55dc9918c63f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Feb 04 17:02:45 2006 +0000

description:
Update to 1.9.100 (gnumeric needs >=1.3, and we have no other
relevant dependencies).

Remove libda-sqlite, since it's included in libgda by default.

libgda 1.9.100, 2005-10-13
--------------------------

 - Fixed #317267 (Rodrigo)
 - GdaRow API improvements (Vivien)
 - GdaColumn API improvements (Vivien)
 - Limit usage of SQLite internal structures (Vivien)
 - Removed usage of C++ 'new' keyboard as argument (Bas)
 - Added missing declarations to gda-column.h (Vivien)

libgda 1.9.99, 2005-09-26
-------------------------

 - Added Mono bindings from GTK# (Dan)
 - Convert SQLstate to GDA error code in PostgreSQL provider (Juan Manuel)
 - Don't use scrollkeeper for API docs (Rodrigo)
 - Improved data types in SQLite provider (Vivien)
 - API fixes (Vivien, Murray)
 - Removed unfinished, non-working objects (Vivien)
 - Blob object fixes (Vivien)
 - Blob improvements in PostgreSQL provider (Vivien)
 - Improved test to locate MDB libraries (Vivien)
 - Added "gda_type_changed" signal to GdaColumn (Vivien)
 - Updated translations:
        - eu (Iñaki)
        - ne (Pawan)
        - vi (Clytie)

libgda 1.3.91, 2005-08-10
-------------------------

 - Compilation fixes for 64bit platforms (Rodrigo)
 - Fixed call to undefined symbol in XML provider (Rodrigo)

libgda 1.3.90, 2005-08-07
-------------------------

 - Port GdaValue to use GValue (Daniel, Vivien)
 - Disabled useless test in Firebird provider (Juan Manuel)
 - GCC 4 compilation fixes (Christopher)
 - Fixed #311573 (Rodrigo)
 - GdaClient/GdaConnection API improvements (Vivien)
 - Renamed GdaError to GdaConnectionEvent, to be used not only for errors,
   but for any DB event (Vivien, Juan Manuel)
 - Improved PostgreSQL/SQLite/MySQL error reporting (Vivien, Juan Manuel)
 - Update to SQLite3 API (Vivien)
 - Added get_specs method to GdaServerProvider, to get information on
   arguments for actions (Vivien)
 - Fixed PostgreSQL libraries detection (Vivien)
 - Fixed NUMERIC values passing in Oracle provider (Vivien)
 - Updated translations:
        - vi (Clytie)

libgda 1.3.4, 2005-07-08
------------------------

 - Fixed leak in PostgreSQL provider (Alex)
 - Use libgda-2.0 for the pkg-config files (Rodrigo)
 - Fixed #307549 (Rodrigo)
 - Fixed installation on 64 bit platforms (Bas)
 - Allow compilation with Berkeley DB > 4.3.x (Bas)
 - Fixed 64 bit problems on MySQL/PostgreSQL and SQLite providers (Bas)
 - Fixed return values on some invalid functions (Stanislav)
 - Building fixes (Stanislav)
 - Fixed invalid free in MySQL recordsets (Rodrigo)
 - Some fixes in global config file saving (Vivien)
 - More API documentation (Vivien)
 - Use GType for all types, not guint (Vivien)
 - Tables' fields schema fixes (Vivien)
 - Fix #309332 (Murray)
 - Updated translations:
        - de (Hendrik)

libgda 1.3.3, 2005-06-06
------------------------

 - New API additions (Vivien)
 - Added get_specs_create_database and create_database_params virtual methods
   for providers (Vivien)
 - Updated API documentation (Vivien)
 - Implemented new providers' methods for SQLite, PostgreSQL and MySQL (Vivien)
 - Build fixes (Rodrigo)

libgda 1.3.2, 2005-05-27
------------------------

 - Prevent segfault when running INSERT of UPDATE queries in MySQL provider (Alan)
 - Improved update of PostgreSQL data models (Bas)
 - Improved exporting of data models (Vivien)
 - Added GdaThreader object to make it easy to run threaded operations (Vivien)
 - Implemented missing schemas in SQLite provider (Vivien)
 - Fixed GdaXqlUpdate API typo (Murray)
 - Improved fields schema for PostgreSQL provider (Vivien)
 - Added procedures schema to MySQL provider (Vivien)
 - Fixed MySQL value conversion to string (Alan)
 - Compilation fixes (Dru, Bas, Rodrigo)
 - Added functions to dump data models (Vivien)
 - Improved data types schema in MySQL provider (Vivien)
 - Added synonyms to the data types schema (Vivien)
 - API documentation (Dru)
 - Fixed typo in GdaExport signal creation (Mike Kestner)
 - Changed procedures schema to include more information (Vivien)
 - Added creation of ~/.libgda directory when it does not exist (Vivien)
 - Fixed #153292 (Jorge)
 - Fixed #301480 (Magnus)
 - Fixed #301485 (Magnus)
 - Fixed #302158 (Jean)
 - Fixed #304586 (Mike Fisk)
 - Updated translations:
        - es (Jorge)
        - it (Marco)
        - rw (Steve)
        - uk (Maxim)
        - zw (Steve)

libgda 1.3.1, 2005-03-21
------------------------

 - Improved GdaRow API (Vivien)
 - Fixed #167573 (Rodrigo)
 - Added gda_xml_database_remove_table function (Álvaro)
 - Fixed libsql build (Rodrigo)
 - Upgraded SQLite provider to SQLite3 (Denis)
 - Install providers in versioned directories for parallel installation (Rodrigo)
 - Use libgda*-3 as library names (Rodrigo)
 - Fixed #129153 (Rodrigo)
 - Renamed GdaDataModelColumnAttributes to GdaColumn (Álvaro)
 - Renamed GdaDataModelColumnIndexAttributes to GdaColumnAttributes (Álvaro)
 - Code cleanup for data model classes (Bas)
 - Cleanup auto* build noise (Bas)
 - Replace gda_connection_escape_string with more generic
   gda_connection_value_to_sql_string (Alan)
 - Updated translations:
        - cs (Miroslav)
        - de (Frank)
        - en_CA (Adam)
        - en_GB (David)
        - it (Marco)
        - pt (Duarte)
        - pt_BR (Raphael)

libgda 1.3.0, 2005-02-07
------------------------

 - Fixed spec includedir (Aaron)
 - Set missing row number on gda_data_model_hash_append_row (Bas)
 - Changed GdaDataModel class to be an interface (Vivien)
 - Data model improvements (Vivien, Bas, Álvaro)
 - Renamed GdaField to GdaColumn (Vivien)
 - Improved documentation (Vivien, Bas)
 - Added full update/remove for MySQL and PostgreSQL data models (Bas)
 - Fixed build (Rodrigo)
 - Added methods for creating/droping tables and indices (Bas)
 - Updated translations:
        - cs (Miroslav)
        - de (Frank)
        - en_CA (Adam)
        - es (Francisco)
        - it (Marco)
        - nl (Vincent)
        - pt_BR (Raphael)

diffstat:

 databases/libgda-postgres/Makefile |    3 +-
 databases/libgda-postgres/PLIST    |    9 +-
 databases/libgda-sqlite/DESCR      |    2 -
 databases/libgda-sqlite/Makefile   |   12 -
 databases/libgda-sqlite/PLIST      |    3 -
 databases/libgda/Makefile          |   10 +-
 databases/libgda/Makefile.common   |   13 +-
 databases/libgda/PLIST             |  289 ++++++++++++++++--------------------
 databases/libgda/buildlink3.mk     |    9 +-
 databases/libgda/distinfo          |   20 +-
 databases/libgda/patches/patch-aa  |    6 +-
 databases/libgda/patches/patch-ab  |   10 +-
 databases/libgda/patches/patch-ac  |   14 +-
 databases/libgda/patches/patch-ad  |    6 +-
 databases/libgda/patches/patch-ae  |   14 -
 databases/libgda/patches/patch-af  |   13 -
 databases/libgda/patches/patch-ah  |   14 +
 databases/libgda/patches/patch-ai  |   22 ++
 18 files changed, 213 insertions(+), 256 deletions(-)

diffs (truncated from 664 to 300 lines):

diff -r 102b79d85658 -r 55dc9918c63f databases/libgda-postgres/Makefile
--- a/databases/libgda-postgres/Makefile        Sat Feb 04 17:00:06 2006 +0000
+++ b/databases/libgda-postgres/Makefile        Sat Feb 04 17:02:45 2006 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2006/01/24 07:31:59 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2006/02/04 17:02:46 wiz Exp $
 #
 
 LIBGDA_PROVIDER=       postgres
 
 .include "../../databases/libgda/Makefile.common"
-PKGREVISION=           1
 
 CONFIGURE_ARGS+=       --with-postgres=${PGSQL_PREFIX:Q}
 
diff -r 102b79d85658 -r 55dc9918c63f databases/libgda-postgres/PLIST
--- a/databases/libgda-postgres/PLIST   Sat Feb 04 17:00:06 2006 +0000
+++ b/databases/libgda-postgres/PLIST   Sat Feb 04 17:02:45 2006 +0000
@@ -1,3 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2004/09/22 08:09:22 jlam Exp $
-lib/libgda/providers/libgda-postgres.la
-@comment in libgda: @dirrm lib/libgda/providers
+@comment $NetBSD: PLIST,v 1.3 2006/02/04 17:02:46 wiz Exp $
+lib/libgda-1.9/providers/libgda-postgres.la
+share/libgda/postgres_specs_create_db.xml
+share/libgda/postgres_specs_dsn.xml
+@comment in libgda: @dirrm share/libgda
+@comment in libgda: @dirrm lib/libgda-1.9/providers
diff -r 102b79d85658 -r 55dc9918c63f databases/libgda-sqlite/DESCR
--- a/databases/libgda-sqlite/DESCR     Sat Feb 04 17:00:06 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-This package provides the sqlite plugin for libgda, which lets it act as
-an sqlite application.
diff -r 102b79d85658 -r 55dc9918c63f databases/libgda-sqlite/Makefile
--- a/databases/libgda-sqlite/Makefile  Sat Feb 04 17:00:06 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2006/01/24 07:31:59 wiz Exp $
-#
-
-LIBGDA_PROVIDER=       sqlite
-
-.include "../../databases/libgda/Makefile.common"
-PKGREVISION=           1
-
-CONFIGURE_ARGS+=       --with-sqlite=${BUILDLINK_PREFIX.sqlite3}
-
-.include "../../databases/sqlite3/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 102b79d85658 -r 55dc9918c63f databases/libgda-sqlite/PLIST
--- a/databases/libgda-sqlite/PLIST     Sat Feb 04 17:00:06 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2005/02/05 17:04:51 jmmv Exp $
-lib/libgda/providers/libgda-sqlite.la
-@comment in libgda: @dirrm lib/libgda/providers
diff -r 102b79d85658 -r 55dc9918c63f databases/libgda/Makefile
--- a/databases/libgda/Makefile Sat Feb 04 17:00:06 2006 +0000
+++ b/databases/libgda/Makefile Sat Feb 04 17:02:45 2006 +0000
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2006/01/24 07:31:59 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2006/02/04 17:02:45 wiz Exp $
 #
 
 .include "Makefile.common"
 
-PKGREVISION=   2
-
-PKGCONFIG_OVERRIDE=    libgda.pc.in
+PKGCONFIG_OVERRIDE=    libgda-2.0.pc.in
 
 PKG_SYSCONFSUBDIR=     libgda
 EGDIR=                 ${PREFIX}/share/examples/libgda
@@ -13,5 +11,7 @@
 
 CONFIGURE_ARGS+=       --with-odbc=no --with-bdb=no
 
-.include "../../textproc/scrollkeeper/omf.mk"
+post-install:
+       ${RMDIR} ${PREFIX}/lib/libgda
+
 .include "../../mk/bsd.pkg.mk"
diff -r 102b79d85658 -r 55dc9918c63f databases/libgda/Makefile.common
--- a/databases/libgda/Makefile.common  Sat Feb 04 17:00:06 2006 +0000
+++ b/databases/libgda/Makefile.common  Sat Feb 04 17:02:45 2006 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.36 2005/12/29 06:21:35 jlam Exp $
+# $NetBSD: Makefile.common,v 1.37 2006/02/04 17:02:45 wiz Exp $
 #
 
-DISTNAME=              libgda-1.2.2
+DISTNAME=              libgda-1.9.100
 CATEGORIES=            databases gnome
-MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/libgda/1.2/}
+MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/libgda/1.9/}
 EXTRACT_SUFX=          .tar.bz2
 
 MAINTAINER=            tech-pkg%NetBSD.org@localhost
@@ -20,7 +20,7 @@
 
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR:Q}
 CONFIGURE_ARGS+=       --enable-gtk-doc=no
-CONFIGURE_ARGS+=       --with-html-dir="${PREFIX}/share/doc"
+CONFIGURE_ARGS+=       --with-html-dir=${PREFIX:Q}/share/doc
 CONFIGURE_ARGS+=       --without-ldap
 CONFIGURE_ARGS+=       --without-mysql
 
@@ -28,12 +28,11 @@
 PKGNAME=               ${DISTNAME:S/libgda-/libgda-${LIBGDA_PROVIDER}-/}
 COMMENT+=              - ${LIBGDA_PROVIDER} provider
 
-BUILD_DIRS=            ${WRKSRC}/providers/${LIBGDA_PROVIDER}
-INSTALL_DIRS=          ${WRKSRC}/providers/${LIBGDA_PROVIDER}
+BUILD_DIRS=            providers/${LIBGDA_PROVIDER}
 
 SUBST_CLASSES+=                libs
 SUBST_STAGE.libs=      pre-configure
-SUBST_MESSAGE.libs=    "Fixing references to installed libraries."
+SUBST_MESSAGE.libs=    Fixing references to installed libraries.
 SUBST_FILES.libs=      providers/${LIBGDA_PROVIDER}/Makefile.in
 SUBST_SED.libs+=       -e 's|$$(top_builddir)/libgda/libgda-2.la|${BUILDLINK_PREFIX.libgda}/lib/libgda-2.la|'
 
diff -r 102b79d85658 -r 55dc9918c63f databases/libgda/PLIST
--- a/databases/libgda/PLIST    Sat Feb 04 17:00:06 2006 +0000
+++ b/databases/libgda/PLIST    Sat Feb 04 17:02:45 2006 +0000
@@ -1,76 +1,67 @@
-@comment $NetBSD: PLIST,v 1.12 2005/06/26 16:54:07 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.13 2006/02/04 17:02:45 wiz Exp $
 bin/gda-report-test
 bin/gda-run
 bin/gda-test
-include/libgda-1.2/libgda-report/gda-report-document.h
-include/libgda-1.2/libgda-report/gda-report-item-detail.h
-include/libgda-1.2/libgda-report/gda-report-item-label.h
-include/libgda-1.2/libgda-report/gda-report-item-pagefooter.h
-include/libgda-1.2/libgda-report/gda-report-item-pageheader.h
-include/libgda-1.2/libgda-report/gda-report-item-repfield.h
-include/libgda-1.2/libgda-report/gda-report-item-report.h
-include/libgda-1.2/libgda-report/gda-report-item-reportfooter.h
-include/libgda-1.2/libgda-report/gda-report-item-reportheader.h
-include/libgda-1.2/libgda-report/gda-report-item-sqlquery.h
-include/libgda-1.2/libgda-report/gda-report-item.h
-include/libgda-1.2/libgda-report/gda-report-result.h
-include/libgda-1.2/libgda-report/gda-report-types.h
-include/libgda-1.2/libgda-report/gda-report-valid.h
-include/libgda-1.2/libgda-report/gda-report.h
-include/libgda-1.2/libgda/gda-blob.h
-include/libgda-1.2/libgda/gda-client.h
-include/libgda-1.2/libgda/gda-command.h
-include/libgda-1.2/libgda/gda-config.h
-include/libgda-1.2/libgda/gda-connection.h
-include/libgda-1.2/libgda/gda-data-model-array.h
-include/libgda-1.2/libgda/gda-data-model-hash.h
-include/libgda-1.2/libgda/gda-data-model-list.h
-include/libgda-1.2/libgda/gda-data-model.h
-include/libgda-1.2/libgda/gda-enum-types.h
-include/libgda-1.2/libgda/gda-error.h
-include/libgda-1.2/libgda/gda-field.h
-include/libgda-1.2/libgda/gda-log.h
-include/libgda-1.2/libgda/gda-marshal.h
-include/libgda-1.2/libgda/gda-parameter.h
-include/libgda-1.2/libgda/gda-quark-list.h
-include/libgda-1.2/libgda/gda-row.h
-include/libgda-1.2/libgda/gda-select.h
-include/libgda-1.2/libgda/gda-server-provider.h
-include/libgda-1.2/libgda/gda-table.h
-include/libgda-1.2/libgda/gda-transaction.h
-include/libgda-1.2/libgda/gda-util.h
-include/libgda-1.2/libgda/gda-value.h
-include/libgda-1.2/libgda/gda-xml-connection.h
-include/libgda-1.2/libgda/gda-xml-database.h
-include/libgda-1.2/libgda/gda-xml-document.h
-include/libgda-1.2/libgda/gda-xql-atom.h
-include/libgda-1.2/libgda/gda-xql-bin.h
-include/libgda-1.2/libgda/gda-xql-column.h
-include/libgda-1.2/libgda/gda-xql-const.h
-include/libgda-1.2/libgda/gda-xql-delete.h
-include/libgda-1.2/libgda/gda-xql-dml.h
-include/libgda-1.2/libgda/gda-xql-dual.h
-include/libgda-1.2/libgda/gda-xql-field.h
-include/libgda-1.2/libgda/gda-xql-func.h
-include/libgda-1.2/libgda/gda-xql-insert.h
-include/libgda-1.2/libgda/gda-xql-item.h
-include/libgda-1.2/libgda/gda-xql-join.h
-include/libgda-1.2/libgda/gda-xql-list.h
-include/libgda-1.2/libgda/gda-xql-query.h
-include/libgda-1.2/libgda/gda-xql-select.h
-include/libgda-1.2/libgda/gda-xql-stack.h
-include/libgda-1.2/libgda/gda-xql-target.h
-include/libgda-1.2/libgda/gda-xql-update.h
-include/libgda-1.2/libgda/gda-xql-utils.h
-include/libgda-1.2/libgda/gda-xql-value.h
-include/libgda-1.2/libgda/gda-xql-valueref.h
-include/libgda-1.2/libgda/libgda.h
-include/libgda-1.2/sql/sql_parser.h
-lib/libgda-2.la
-lib/libgda-report-2.la
-lib/libgda/providers/libgda-xml.la
+include/libgda-1.9/libgda-report/gda-report-document.h
+include/libgda-1.9/libgda-report/gda-report-item-detail.h
+include/libgda-1.9/libgda-report/gda-report-item-label.h
+include/libgda-1.9/libgda-report/gda-report-item-pagefooter.h
+include/libgda-1.9/libgda-report/gda-report-item-pageheader.h
+include/libgda-1.9/libgda-report/gda-report-item-repfield.h
+include/libgda-1.9/libgda-report/gda-report-item-report.h
+include/libgda-1.9/libgda-report/gda-report-item-reportfooter.h
+include/libgda-1.9/libgda-report/gda-report-item-reportheader.h
+include/libgda-1.9/libgda-report/gda-report-item-sqlquery.h
+include/libgda-1.9/libgda-report/gda-report-item.h
+include/libgda-1.9/libgda-report/gda-report-result.h
+include/libgda-1.9/libgda-report/gda-report-types.h
+include/libgda-1.9/libgda-report/gda-report-valid.h
+include/libgda-1.9/libgda-report/gda-report.h
+include/libgda-1.9/libgda/gda-blob.h
+include/libgda-1.9/libgda/gda-client.h
+include/libgda-1.9/libgda/gda-column-index.h
+include/libgda-1.9/libgda/gda-column.h
+include/libgda-1.9/libgda/gda-command.h
+include/libgda-1.9/libgda/gda-config.h
+include/libgda-1.9/libgda/gda-connection-event.h
+include/libgda-1.9/libgda/gda-connection.h
+include/libgda-1.9/libgda/gda-data-model-array.h
+include/libgda-1.9/libgda/gda-data-model-base.h
+include/libgda-1.9/libgda/gda-data-model-hash.h
+include/libgda-1.9/libgda/gda-data-model-index.h
+include/libgda-1.9/libgda/gda-data-model-list.h
+include/libgda-1.9/libgda/gda-data-model.h
+include/libgda-1.9/libgda/gda-enum-types.h
+include/libgda-1.9/libgda/gda-log.h
+include/libgda-1.9/libgda/gda-marshal.h
+include/libgda-1.9/libgda/gda-parameter.h
+include/libgda-1.9/libgda/gda-quark-list.h
+include/libgda-1.9/libgda/gda-row.h
+include/libgda-1.9/libgda/gda-select.h
+include/libgda-1.9/libgda/gda-server-provider.h
+include/libgda-1.9/libgda/gda-threader.h
+include/libgda-1.9/libgda/gda-transaction.h
+include/libgda-1.9/libgda/gda-util.h
+include/libgda-1.9/libgda/gda-value.h
+include/libgda-1.9/libgda/global-decl.h
+include/libgda-1.9/libgda/libgda.h
+include/libgda-1.9/sql/sql_parser.h
+lib/libgda-1.9/providers/libgda-sqlite.la
+lib/libgda-3.la
+lib/libgda-report-3.la
 lib/libgdasql.la
-lib/pkgconfig/libgda.pc
+lib/pkgconfig/libgda-2.0.pc
+share/doc/libgda/GdaClient.html
+share/doc/libgda/GdaColumn.html
+share/doc/libgda/GdaColumnIndex.html
+share/doc/libgda/GdaDataModel.html
+share/doc/libgda/GdaDataModelArray.html
+share/doc/libgda/GdaDataModelHash.html
+share/doc/libgda/GdaDataModelList.html
+share/doc/libgda/GdaRow.html
+share/doc/libgda/GdaSelect.html
+share/doc/libgda/GdaServerProvider.html
+share/doc/libgda/GdaTransaction.html
 share/doc/libgda/architecture.html
 share/doc/libgda/ch06.html
 share/doc/libgda/ch09s04.html
@@ -99,15 +90,14 @@
 share/doc/libgda/installation-installing.html
 share/doc/libgda/installation.html
 share/doc/libgda/introduction.html
+share/doc/libgda/ix01.html
 share/doc/libgda/left.png
-share/doc/libgda/libgda-GdaClient.html
+share/doc/libgda/libgda-BLOBs.html
+share/doc/libgda/libgda-Commands.html
 share/doc/libgda/libgda-GdaConnection.html
-share/doc/libgda/libgda-GdaDataModel.html
-share/doc/libgda/libgda-GdaDataModelArray.html
-share/doc/libgda/libgda-GdaDataModelHash.html
-share/doc/libgda/libgda-GdaDataModelList.html
-share/doc/libgda/libgda-GdaError.html
-share/doc/libgda/libgda-GdaExport.html
+share/doc/libgda/libgda-GdaConnectionEvent.html
+share/doc/libgda/libgda-GdaDataModelIndex.html
+share/doc/libgda/libgda-GdaParameter.html
 share/doc/libgda/libgda-GdaReportDocument.html
 share/doc/libgda/libgda-GdaReportItem.html
 share/doc/libgda/libgda-GdaReportItemDetail.html
@@ -121,53 +111,19 @@
 share/doc/libgda/libgda-GdaReportItemSqlQuery.html
 share/doc/libgda/libgda-GdaReportResult.html
 share/doc/libgda/libgda-GdaReportValid.html
-share/doc/libgda/libgda-GdaSelect.html
-share/doc/libgda/libgda-GdaServerProvider.html
-share/doc/libgda/libgda-GdaTable.html
-share/doc/libgda/libgda-GdaTransaction.html
-share/doc/libgda/libgda-GdaXmlConnection.html
-share/doc/libgda/libgda-GdaXmlDatabase.html
-share/doc/libgda/libgda-GdaXmlDocument.html
-share/doc/libgda/libgda-GdaXqlAtom.html
-share/doc/libgda/libgda-GdaXqlBin.html
-share/doc/libgda/libgda-GdaXqlColumn.html
-share/doc/libgda/libgda-GdaXqlConst.html



Home | Main Index | Thread Index | Old Index