pkgsrc/databases/libgda/PLIST

378 lines
16 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.18 2006/11/13 21:37:12 drochner Exp $
bin/gda-author-dict-file
bin/gda-diagnose
bin/gda-inspect-dict-file
bin/gda-list-config
Update to 0.10.0. Changes since 0.8.199: libgda 0.10, 2003-01-27 ----------------------- - Added support for PostgreSQL 7.3 new features (vivien, gonzalo) - Added LANGUAGES schema to set of supported schemas (rodrigo) - Fixed TABLES schema retrieval on Oracle (rodrigo) - Fixed translatable strings (menthos, holger) - Improvements on FreeTDS provider (holger) - Added changes notifications in data models (rodrigo) - Added new schemas to test suite (rodrigo) - Fixed GdaTable class (rodrigo) - First working version of the MDB (MS Access files) provider (rodrigo) - Fixed retrieval of NUMERIC fields' info on PostgreSQL provider (santi) - Fixed circular calls in gda_data_model_describe_column (rodrigo) - Added man page for configuration tool (gonzalo) - Added build requirements for gda-sqlite and man page for gda-config-tool in SPEC file (david) - Fixed FreeTDS include path for RedHat (holger) - Made all plugins resident (rodrigo) - Implemented basic read-onlyness for MySQL connections (rodrigo) - Fixed AGGREGATES schema for MySQL (rodrigo) - Lots of work on the reporting engine (santi) - Added support for PostgreSQL's bytea type fields (gonzalo) - Added use of syslog for the log functions (rodrigo) - Fixed unref'ing problems on providers (gonzalo) - Added first working version of the LDAP provider (german) - Removed obsolete config.h files all over (gonzalo) - Added event notification framework to GdaClient, and converted error notification to the new system (rodrigo) - Implemented saving data models to XML (rodrigo) - First basic version of the xBase provider (rodrigo) - First GNOME 2 version of the ODBC provider (nick) - Added support for SSL in MySQL connections (rodrigo) - Added MONEY type (rodrigo) - Unified parameter names for providers' connection strings (gonzalo) - Updated translations: - cs (mitr) - de (cneumair, chrisime) - es (pablodc) - no (kmaraas) - sk (stano) - sl (minmax) - sv (menthos) libgda 0.9, 2002-12-10 ---------------------- - Fixed weird initialization of the MySQL structures (cleber) - Fixed #96758 (rodrigo) - Fixed #95985 (rodrigo) - Fixed #96810 (rodrigo) - Fixed bison problems in SQL parser (gonzalo) - Fixed DTD validation of config XML file (gonzalo) - Implemented most schemas for FreeTDS provider (holger) - Fixed crash on provider lookups in client library (gonzalo) - Documentation fixes and additions (gonzalo, calvaris) - Fixed #99997 (rodrigo) - Fixed #96810 (rodrigo) - First working version of the ported (from libgda 0.2.x) Sybase provider (holger) - Fixed #97669 (holger (FreeTDS part), rodrigo (Oracle part)) - Updated translations: - cs (Michal Bukovjan) - de (cneumair) - es (pablodc) - ms (sebol) - pt_BR (gdvieira) - sv (menthos) Changes in the package: - Move documentation to share/doc/html/libgda. - Avoid dependancy on gtk-doc.
2003-02-13 19:19:29 +01:00
bin/gda-report-test
bin/gda-run
bin/gda-test-connection
bin/gda-test-delimiter
bin/gda-test-models
bin/gda-test-server-operation
bin/gda-test-sql
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)
2006-02-04 18:02:45 +01:00
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-access-wrapper.h
include/libgda-1.9/libgda/gda-data-handler.h
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)
2006-02-04 18:02:45 +01:00
include/libgda-1.9/libgda/gda-data-model-array.h
include/libgda-1.9/libgda/gda-data-model-extra.h
include/libgda-1.9/libgda/gda-data-model-filter-sql.h
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)
2006-02-04 18:02:45 +01:00
include/libgda-1.9/libgda/gda-data-model-hash.h
include/libgda-1.9/libgda/gda-data-model-import.h
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)
2006-02-04 18:02:45 +01:00
include/libgda-1.9/libgda/gda-data-model-index.h
include/libgda-1.9/libgda/gda-data-model-iter.h
include/libgda-1.9/libgda/gda-data-model-private.h
include/libgda-1.9/libgda/gda-data-model-query.h
include/libgda-1.9/libgda/gda-data-model-row.h
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)
2006-02-04 18:02:45 +01:00
include/libgda-1.9/libgda/gda-data-model.h
include/libgda-1.9/libgda/gda-data-proxy.h
include/libgda-1.9/libgda/gda-decl.h
include/libgda-1.9/libgda/gda-dict-aggregate.h
include/libgda-1.9/libgda/gda-dict-constraint.h
include/libgda-1.9/libgda/gda-dict-database.h
include/libgda-1.9/libgda/gda-dict-field.h
include/libgda-1.9/libgda/gda-dict-function.h
include/libgda-1.9/libgda/gda-dict-private.h
include/libgda-1.9/libgda/gda-dict-reg-aggregates.h
include/libgda-1.9/libgda/gda-dict-reg-functions.h
include/libgda-1.9/libgda/gda-dict-reg-queries.h
include/libgda-1.9/libgda/gda-dict-reg-types.h
include/libgda-1.9/libgda/gda-dict-table.h
include/libgda-1.9/libgda/gda-dict-type.h
include/libgda-1.9/libgda/gda-dict.h
include/libgda-1.9/libgda/gda-entity-field.h
include/libgda-1.9/libgda/gda-entity.h
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)
2006-02-04 18:02:45 +01:00
include/libgda-1.9/libgda/gda-enum-types.h
include/libgda-1.9/libgda/gda-enums.h
include/libgda-1.9/libgda/gda-graphviz.h
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)
2006-02-04 18:02:45 +01:00
include/libgda-1.9/libgda/gda-log.h
include/libgda-1.9/libgda/gda-marshal.h
include/libgda-1.9/libgda/gda-object-ref.h
include/libgda-1.9/libgda/gda-object.h
include/libgda-1.9/libgda/gda-parameter-list.h
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)
2006-02-04 18:02:45 +01:00
include/libgda-1.9/libgda/gda-parameter.h
include/libgda-1.9/libgda/gda-quark-list.h
include/libgda-1.9/libgda/gda-query-condition.h
include/libgda-1.9/libgda/gda-query-field-agg.h
include/libgda-1.9/libgda/gda-query-field-all.h
include/libgda-1.9/libgda/gda-query-field-field.h
include/libgda-1.9/libgda/gda-query-field-func.h
include/libgda-1.9/libgda/gda-query-field-value.h
include/libgda-1.9/libgda/gda-query-field.h
include/libgda-1.9/libgda/gda-query-join.h
include/libgda-1.9/libgda/gda-query-object.h
include/libgda-1.9/libgda/gda-query-parsing.h
include/libgda-1.9/libgda/gda-query-private.h
include/libgda-1.9/libgda/gda-query-target.h
include/libgda-1.9/libgda/gda-query.h
include/libgda-1.9/libgda/gda-referer.h
include/libgda-1.9/libgda/gda-renderer.h
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)
2006-02-04 18:02:45 +01:00
include/libgda-1.9/libgda/gda-row.h
include/libgda-1.9/libgda/gda-server-operation.h
include/libgda-1.9/libgda/gda-server-provider-extra.h
include/libgda-1.9/libgda/gda-server-provider-private.h
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)
2006-02-04 18:02:45 +01:00
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/gda-xml-storage.h
include/libgda-1.9/libgda/graph/gda-dict-reg-graphs.h
include/libgda-1.9/libgda/graph/gda-graph-item.h
include/libgda-1.9/libgda/graph/gda-graph-query.h
include/libgda-1.9/libgda/graph/gda-graph.h
include/libgda-1.9/libgda/handlers/gda-handler-bin.h
include/libgda-1.9/libgda/handlers/gda-handler-boolean.h
include/libgda-1.9/libgda/handlers/gda-handler-numerical.h
include/libgda-1.9/libgda/handlers/gda-handler-string.h
include/libgda-1.9/libgda/handlers/gda-handler-time.h
include/libgda-1.9/libgda/handlers/gda-handler-type.h
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)
2006-02-04 18:02:45 +01:00
include/libgda-1.9/libgda/libgda.h
include/libgda-1.9/libsql/sql_parser.h
include/libgda-1.9/sql-delimiter/gda-sql-delimiter.h
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)
2006-02-04 18:02:45 +01:00
lib/libgda-1.9/providers/libgda-sqlite.la
lib/libgda-3.la
lib/libgda-report-3.la
lib/libgda_graph-3.la
lib/libgda_handlers-3.la
lib/libgda_sql_delimiter-3.la
lib/libgdasql.la
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)
2006-02-04 18:02:45 +01:00
lib/pkgconfig/libgda-2.0.pc
share/examples/libgda/config
share/examples/libgda/sales_test.db
share/gtk-doc/html/libgda/GdaBlob.html
share/gtk-doc/html/libgda/GdaClient.html
share/gtk-doc/html/libgda/GdaColumn.html
share/gtk-doc/html/libgda/GdaColumnIndex.html
share/gtk-doc/html/libgda/GdaConnection.html
share/gtk-doc/html/libgda/GdaConnectionEvent.html
share/gtk-doc/html/libgda/GdaDataAccessWrapper.html
share/gtk-doc/html/libgda/GdaDataModel.html
share/gtk-doc/html/libgda/GdaDataModelArray.html
share/gtk-doc/html/libgda/GdaDataModelFilterSQL.html
share/gtk-doc/html/libgda/GdaDataModelHash.html
share/gtk-doc/html/libgda/GdaDataModelImport.html
share/gtk-doc/html/libgda/GdaDataModelIter.html
share/gtk-doc/html/libgda/GdaDataModelQuery.html
share/gtk-doc/html/libgda/GdaDataModelRow.html
share/gtk-doc/html/libgda/GdaDataProxy.html
share/gtk-doc/html/libgda/GdaDict.html
share/gtk-doc/html/libgda/GdaDictAggregate.html
share/gtk-doc/html/libgda/GdaDictConstraint.html
share/gtk-doc/html/libgda/GdaDictDatabase.html
share/gtk-doc/html/libgda/GdaDictField.html
share/gtk-doc/html/libgda/GdaDictFunction.html
share/gtk-doc/html/libgda/GdaDictTable.html
share/gtk-doc/html/libgda/GdaDictType.html
share/gtk-doc/html/libgda/GdaEntity.html
share/gtk-doc/html/libgda/GdaEntityField.html
share/gtk-doc/html/libgda/GdaGraph.html
share/gtk-doc/html/libgda/GdaGraphItem.html
share/gtk-doc/html/libgda/GdaGraphQuery.html
share/gtk-doc/html/libgda/GdaGraphviz.html
share/gtk-doc/html/libgda/GdaHandlerBin.html
share/gtk-doc/html/libgda/GdaHandlerBoolean.html
share/gtk-doc/html/libgda/GdaHandlerNumerical.html
share/gtk-doc/html/libgda/GdaHandlerString.html
share/gtk-doc/html/libgda/GdaHandlerTime.html
share/gtk-doc/html/libgda/GdaHandlerType.html
share/gtk-doc/html/libgda/GdaObject.html
share/gtk-doc/html/libgda/GdaObjectRef.html
share/gtk-doc/html/libgda/GdaParameter.html
share/gtk-doc/html/libgda/GdaParameterList.html
share/gtk-doc/html/libgda/GdaQuery.html
share/gtk-doc/html/libgda/GdaQueryCondition.html
share/gtk-doc/html/libgda/GdaQueryField.html
share/gtk-doc/html/libgda/GdaQueryFieldAgg.html
share/gtk-doc/html/libgda/GdaQueryFieldAll.html
share/gtk-doc/html/libgda/GdaQueryFieldField.html
share/gtk-doc/html/libgda/GdaQueryFieldFunc.html
share/gtk-doc/html/libgda/GdaQueryFieldValue.html
share/gtk-doc/html/libgda/GdaQueryJoin.html
share/gtk-doc/html/libgda/GdaQueryObject.html
share/gtk-doc/html/libgda/GdaQueryTarget.html
share/gtk-doc/html/libgda/GdaReferer.html
share/gtk-doc/html/libgda/GdaRenderer.html
share/gtk-doc/html/libgda/GdaServerOperation.html
share/gtk-doc/html/libgda/GdaServerProvider.html
share/gtk-doc/html/libgda/GdaThreader.html
share/gtk-doc/html/libgda/GdaTransaction.html
share/gtk-doc/html/libgda/GdaXmlStorage.html
share/gtk-doc/html/libgda/architecture.html
share/gtk-doc/html/libgda/ch04s03.html
share/gtk-doc/html/libgda/ch05s04.html
share/gtk-doc/html/libgda/ch05s05.html
share/gtk-doc/html/libgda/ch05s06.html
share/gtk-doc/html/libgda/ch06.html
share/gtk-doc/html/libgda/ch11.html
share/gtk-doc/html/libgda/ch12.html
share/gtk-doc/html/libgda/ch13.html
share/gtk-doc/html/libgda/ch15.html
share/gtk-doc/html/libgda/ch16.html
share/gtk-doc/html/libgda/compiling.html
share/gtk-doc/html/libgda/connection.html
share/gtk-doc/html/libgda/connections.html
share/gtk-doc/html/libgda/create-blob.html
share/gtk-doc/html/libgda/data-model.html
share/gtk-doc/html/libgda/data_conv.html
share/gtk-doc/html/libgda/data_models.html
share/gtk-doc/html/libgda/fdl-section1.html
share/gtk-doc/html/libgda/fdl-section10.html
share/gtk-doc/html/libgda/fdl-section2.html
share/gtk-doc/html/libgda/fdl-section3.html
share/gtk-doc/html/libgda/fdl-section4.html
share/gtk-doc/html/libgda/fdl-section5.html
share/gtk-doc/html/libgda/fdl-section6.html
share/gtk-doc/html/libgda/fdl-section7.html
share/gtk-doc/html/libgda/fdl-section8.html
share/gtk-doc/html/libgda/fdl-section9.html
share/gtk-doc/html/libgda/fdl-using.html
share/gtk-doc/html/libgda/fdl.html
share/gtk-doc/html/libgda/fetch-blob.html
share/gtk-doc/html/libgda/get-last-insert-id.html
share/gtk-doc/html/libgda/getting_started.html
share/gtk-doc/html/libgda/home.png
share/gtk-doc/html/libgda/index.html
share/gtk-doc/html/libgda/index.sgml
share/gtk-doc/html/libgda/init_config.html
share/gtk-doc/html/libgda/installation-configuring.html
share/gtk-doc/html/libgda/installation-installing.html
share/gtk-doc/html/libgda/installation.html
share/gtk-doc/html/libgda/introduction.html
share/gtk-doc/html/libgda/ix01.html
share/gtk-doc/html/libgda/left.png
share/gtk-doc/html/libgda/libgda-Configuration.html
share/gtk-doc/html/libgda/libgda-Default-Data-handlers.html
share/gtk-doc/html/libgda/libgda-Gda-Value.html
share/gtk-doc/html/libgda/libgda-GdaCommand.html
share/gtk-doc/html/libgda/libgda-GdaDataModelIndex.html
share/gtk-doc/html/libgda/libgda-GdaDictExtend.html
share/gtk-doc/html/libgda/libgda-GdaReportDocument.html
share/gtk-doc/html/libgda/libgda-GdaReportItem.html
share/gtk-doc/html/libgda/libgda-GdaReportItemDetail.html
share/gtk-doc/html/libgda/libgda-GdaReportItemLabel.html
share/gtk-doc/html/libgda/libgda-GdaReportItemPageFooter.html
share/gtk-doc/html/libgda/libgda-GdaReportItemPageHeader.html
share/gtk-doc/html/libgda/libgda-GdaReportItemRepField.html
share/gtk-doc/html/libgda/libgda-GdaReportItemReport.html
share/gtk-doc/html/libgda/libgda-GdaReportItemReportFooter.html
share/gtk-doc/html/libgda/libgda-GdaReportItemReportHeader.html
share/gtk-doc/html/libgda/libgda-GdaReportItemSqlQuery.html
share/gtk-doc/html/libgda/libgda-GdaReportResult.html
share/gtk-doc/html/libgda/libgda-GdaReportValid.html
share/gtk-doc/html/libgda/libgda-Libgda-Initialization.html
share/gtk-doc/html/libgda/libgda-Logging.html
share/gtk-doc/html/libgda/libgda-Quark-lists.html
share/gtk-doc/html/libgda/libgda-Utility-functions.html
share/gtk-doc/html/libgda/libgda-gda-report-types.html
share/gtk-doc/html/libgda/libgda-provider-begin-transaction.html
share/gtk-doc/html/libgda/libgda-provider-change-database.html
share/gtk-doc/html/libgda/libgda-provider-class.html
share/gtk-doc/html/libgda/libgda-provider-close-connection.html
share/gtk-doc/html/libgda/libgda-provider-commit-transaction.html
share/gtk-doc/html/libgda/libgda-provider-create-operation.html
share/gtk-doc/html/libgda/libgda-provider-execute-command.html
share/gtk-doc/html/libgda/libgda-provider-get-data-handler.html
share/gtk-doc/html/libgda/libgda-provider-get-database.html
share/gtk-doc/html/libgda/libgda-provider-get-def-dbms-type.html
share/gtk-doc/html/libgda/libgda-provider-get-info.html
share/gtk-doc/html/libgda/libgda-provider-get-schema.html
share/gtk-doc/html/libgda/libgda-provider-get-server-version.html
share/gtk-doc/html/libgda/libgda-provider-introduction.html
share/gtk-doc/html/libgda/libgda-provider-open-connection.html
share/gtk-doc/html/libgda/libgda-provider-perform-operation.html
share/gtk-doc/html/libgda/libgda-provider-recordset.html
share/gtk-doc/html/libgda/libgda-provider-render-operation.html
share/gtk-doc/html/libgda/libgda-provider-rollback-transaction.html
share/gtk-doc/html/libgda/libgda-provider-string-to-handler.html
share/gtk-doc/html/libgda/libgda-provider-supports-feature.html
share/gtk-doc/html/libgda/libgda-provider-supports-operation.html
share/gtk-doc/html/libgda/libgda-reports-introduction.html
share/gtk-doc/html/libgda/libgda-reports.html
share/gtk-doc/html/libgda/libgda-tools-author-dict.html
share/gtk-doc/html/libgda/libgda-tools-diagnose.html
share/gtk-doc/html/libgda/libgda-tools-inspect-dict.html
share/gtk-doc/html/libgda/libgda-tools-introduction.html
share/gtk-doc/html/libgda/libgda-tools-list-config.html
share/gtk-doc/html/libgda/libgda-tools-test-connection.html
share/gtk-doc/html/libgda/libgda.devhelp
share/gtk-doc/html/libgda/libgda.devhelp2
share/gtk-doc/html/libgda/main_example.html
share/gtk-doc/html/libgda/manage-gdavalue.html
share/gtk-doc/html/libgda/managing-errors.html
share/gtk-doc/html/libgda/migration-configuration.html
share/gtk-doc/html/libgda/migration-executing-commands.html
share/gtk-doc/html/libgda/migration.html
share/gtk-doc/html/libgda/misc.html
share/gtk-doc/html/libgda/part_begin.html
share/gtk-doc/html/libgda/part_libgda-reports.html
share/gtk-doc/html/libgda/part_libgda_api.html
share/gtk-doc/html/libgda/part_providers.html
share/gtk-doc/html/libgda/part_tools.html
share/gtk-doc/html/libgda/query01.png
share/gtk-doc/html/libgda/query02.png
share/gtk-doc/html/libgda/query03.png
share/gtk-doc/html/libgda/query04.png
share/gtk-doc/html/libgda/query05.png
share/gtk-doc/html/libgda/query06.png
share/gtk-doc/html/libgda/right.png
share/gtk-doc/html/libgda/style.css
share/gtk-doc/html/libgda/transactions.html
share/gtk-doc/html/libgda/up.png
share/libgda/dtd/libgda-array.dtd
share/libgda/dtd/libgda-dict.dtd
share/libgda/dtd/libgda-paramlist.dtd
share/libgda/dtd/libgda-server-operation.dtd
share/libgda/sqlite_specs_add_column.xml
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)
2006-02-04 18:02:45 +01:00
share/libgda/sqlite_specs_create_db.xml
share/libgda/sqlite_specs_create_index.xml
share/libgda/sqlite_specs_create_table.xml
share/libgda/sqlite_specs_drop_db.xml
share/libgda/sqlite_specs_drop_index.xml
share/libgda/sqlite_specs_drop_table.xml
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)
2006-02-04 18:02:45 +01:00
share/libgda/sqlite_specs_dsn.xml
share/libgda/sqlite_specs_rename_table.xml
Update to 0.12.1: libgda 0.12.1, 2003-06-08 ------------------------- - Fixed leak in Oracle provider to prevent running out of cursors (fozzy) - Fixed normal and build requirements in spec file (david) - Updated translations: - nl (adrighem) - sv (menthos) libgda 0.12, 2003-05-28 ----------------------- - Fixed password problem in PostgreSQL provider (david, gonzalo) - Fixed ODBC headers detection problem (rodrigo) - Fixed typo in FreeTDS CFLAGS (rodrigo) - Compilation fixes for Sybase provider (rodrigo) - Spec file fixes for RH9 (david) - Fixed libsql linking problems (rodrigo) - Fixed NULL password access in Oracle provider (fozzy) - Improved support for types in Oracle provider (fozzy) - Fixed index schema retrieval in Oracle provider (fozzy) - Fixed typo in MySQL library detection (bodo) - Fixed aggregates schema in Oracle provider (fozzy) - Some documentation fixes (cj) - Initial version of mSQL provider (danilo) - Fixed compilation problem in IBM DB2 provider (sergey) - Improved sample code in documentation (xabier) - Cleaned up GdaRow and GdaParameter APIs (xabier, rodrigo) - Improvements to the fields metadata schema queries in the PostgreSQL provider (vivien) - Updated translations: - cs (mitr) - de (cneumair) - es (pablodc) - fa (roozbeh) - it (marcoc) - nl (adrighem) - pt (dnloreto) - pt_BR (evandrofg, gdvieira) - sr (danilo) - sv (menthos) libgda 0.11, 2003-03-08 ----------------------- - Improvements on Oracle provider (steve) - Added support for Oracle 9 (steve) - Improvements on IBM DB2 provider (sergey) - Fixed crash on weak references when destroying provider hash table (gonzalo) - ANSI-compliant fixes (tagoh) - Spec file fixes (yanko, rodrigo) - Fixed incorrect password problem in Postgres provider (david, gonzalo) - Fixed typos in Oracle provider strings (cneumair) - More work on the report engine (santi) - Made FreeTDS provider work with freetds-0.61 (tagoh) - Updated translations: - ca (jordim) - cs (mitr) - de (cneumair) - es (pablodc) - nl (adrighem) - pt_BR (gdvieira) - ru (dmitrym) - sv (menthos) - uk (rasta)
2003-06-10 16:20:31 +02:00
share/libgda/xml/gda-report-result.dtd
Update to 0.10.0. Changes since 0.8.199: libgda 0.10, 2003-01-27 ----------------------- - Added support for PostgreSQL 7.3 new features (vivien, gonzalo) - Added LANGUAGES schema to set of supported schemas (rodrigo) - Fixed TABLES schema retrieval on Oracle (rodrigo) - Fixed translatable strings (menthos, holger) - Improvements on FreeTDS provider (holger) - Added changes notifications in data models (rodrigo) - Added new schemas to test suite (rodrigo) - Fixed GdaTable class (rodrigo) - First working version of the MDB (MS Access files) provider (rodrigo) - Fixed retrieval of NUMERIC fields' info on PostgreSQL provider (santi) - Fixed circular calls in gda_data_model_describe_column (rodrigo) - Added man page for configuration tool (gonzalo) - Added build requirements for gda-sqlite and man page for gda-config-tool in SPEC file (david) - Fixed FreeTDS include path for RedHat (holger) - Made all plugins resident (rodrigo) - Implemented basic read-onlyness for MySQL connections (rodrigo) - Fixed AGGREGATES schema for MySQL (rodrigo) - Lots of work on the reporting engine (santi) - Added support for PostgreSQL's bytea type fields (gonzalo) - Added use of syslog for the log functions (rodrigo) - Fixed unref'ing problems on providers (gonzalo) - Added first working version of the LDAP provider (german) - Removed obsolete config.h files all over (gonzalo) - Added event notification framework to GdaClient, and converted error notification to the new system (rodrigo) - Implemented saving data models to XML (rodrigo) - First basic version of the xBase provider (rodrigo) - First GNOME 2 version of the ODBC provider (nick) - Added support for SSL in MySQL connections (rodrigo) - Added MONEY type (rodrigo) - Unified parameter names for providers' connection strings (gonzalo) - Updated translations: - cs (mitr) - de (cneumair, chrisime) - es (pablodc) - no (kmaraas) - sk (stano) - sl (minmax) - sv (menthos) libgda 0.9, 2002-12-10 ---------------------- - Fixed weird initialization of the MySQL structures (cleber) - Fixed #96758 (rodrigo) - Fixed #95985 (rodrigo) - Fixed #96810 (rodrigo) - Fixed bison problems in SQL parser (gonzalo) - Fixed DTD validation of config XML file (gonzalo) - Implemented most schemas for FreeTDS provider (holger) - Fixed crash on provider lookups in client library (gonzalo) - Documentation fixes and additions (gonzalo, calvaris) - Fixed #99997 (rodrigo) - Fixed #96810 (rodrigo) - First working version of the ported (from libgda 0.2.x) Sybase provider (holger) - Fixed #97669 (holger (FreeTDS part), rodrigo (Oracle part)) - Updated translations: - cs (Michal Bukovjan) - de (cneumair) - es (pablodc) - ms (sebol) - pt_BR (gdvieira) - sv (menthos) Changes in the package: - Move documentation to share/doc/html/libgda. - Avoid dependancy on gtk-doc.
2003-02-13 19:19:29 +01:00
share/libgda/xml/gda-report.dtd
share/libgda/xml/gda-xml-query.dtd
share/libgda/xml/gda-xml-query.xsl
share/locale/az/LC_MESSAGES/libgda-3.mo
share/locale/ca/LC_MESSAGES/libgda-3.mo
share/locale/cs/LC_MESSAGES/libgda-3.mo
share/locale/da/LC_MESSAGES/libgda-3.mo
share/locale/de/LC_MESSAGES/libgda-3.mo
share/locale/el/LC_MESSAGES/libgda-3.mo
share/locale/en_CA/LC_MESSAGES/libgda-3.mo
share/locale/en_GB/LC_MESSAGES/libgda-3.mo
share/locale/es/LC_MESSAGES/libgda-3.mo
share/locale/eu/LC_MESSAGES/libgda-3.mo
share/locale/fa/LC_MESSAGES/libgda-3.mo
share/locale/fi/LC_MESSAGES/libgda-3.mo
share/locale/fr/LC_MESSAGES/libgda-3.mo
share/locale/ga/LC_MESSAGES/libgda-3.mo
share/locale/gl/LC_MESSAGES/libgda-3.mo
share/locale/hr/LC_MESSAGES/libgda-3.mo
share/locale/hu/LC_MESSAGES/libgda-3.mo
share/locale/it/LC_MESSAGES/libgda-3.mo
share/locale/ja/LC_MESSAGES/libgda-3.mo
share/locale/ko/LC_MESSAGES/libgda-3.mo
share/locale/lt/LC_MESSAGES/libgda-3.mo
share/locale/ml/LC_MESSAGES/libgda-3.mo
share/locale/ms/LC_MESSAGES/libgda-3.mo
share/locale/nb/LC_MESSAGES/libgda-3.mo
share/locale/ne/LC_MESSAGES/libgda-3.mo
share/locale/nl/LC_MESSAGES/libgda-3.mo
share/locale/no/LC_MESSAGES/libgda-3.mo
share/locale/pl/LC_MESSAGES/libgda-3.mo
share/locale/pt/LC_MESSAGES/libgda-3.mo
share/locale/pt_BR/LC_MESSAGES/libgda-3.mo
share/locale/ru/LC_MESSAGES/libgda-3.mo
share/locale/rw/LC_MESSAGES/libgda-3.mo
share/locale/sk/LC_MESSAGES/libgda-3.mo
share/locale/sl/LC_MESSAGES/libgda-3.mo
share/locale/sq/LC_MESSAGES/libgda-3.mo
share/locale/sr/LC_MESSAGES/libgda-3.mo
share/locale/sr@Latn/LC_MESSAGES/libgda-3.mo
share/locale/sv/LC_MESSAGES/libgda-3.mo
share/locale/tr/LC_MESSAGES/libgda-3.mo
share/locale/uk/LC_MESSAGES/libgda-3.mo
share/locale/vi/LC_MESSAGES/libgda-3.mo
share/locale/zh_CN/LC_MESSAGES/libgda-3.mo
share/locale/zh_HK/LC_MESSAGES/libgda-3.mo
share/locale/zh_TW/LC_MESSAGES/libgda-3.mo
Update to 0.10.0. Changes since 0.8.199: libgda 0.10, 2003-01-27 ----------------------- - Added support for PostgreSQL 7.3 new features (vivien, gonzalo) - Added LANGUAGES schema to set of supported schemas (rodrigo) - Fixed TABLES schema retrieval on Oracle (rodrigo) - Fixed translatable strings (menthos, holger) - Improvements on FreeTDS provider (holger) - Added changes notifications in data models (rodrigo) - Added new schemas to test suite (rodrigo) - Fixed GdaTable class (rodrigo) - First working version of the MDB (MS Access files) provider (rodrigo) - Fixed retrieval of NUMERIC fields' info on PostgreSQL provider (santi) - Fixed circular calls in gda_data_model_describe_column (rodrigo) - Added man page for configuration tool (gonzalo) - Added build requirements for gda-sqlite and man page for gda-config-tool in SPEC file (david) - Fixed FreeTDS include path for RedHat (holger) - Made all plugins resident (rodrigo) - Implemented basic read-onlyness for MySQL connections (rodrigo) - Fixed AGGREGATES schema for MySQL (rodrigo) - Lots of work on the reporting engine (santi) - Added support for PostgreSQL's bytea type fields (gonzalo) - Added use of syslog for the log functions (rodrigo) - Fixed unref'ing problems on providers (gonzalo) - Added first working version of the LDAP provider (german) - Removed obsolete config.h files all over (gonzalo) - Added event notification framework to GdaClient, and converted error notification to the new system (rodrigo) - Implemented saving data models to XML (rodrigo) - First basic version of the xBase provider (rodrigo) - First GNOME 2 version of the ODBC provider (nick) - Added support for SSL in MySQL connections (rodrigo) - Added MONEY type (rodrigo) - Unified parameter names for providers' connection strings (gonzalo) - Updated translations: - cs (mitr) - de (cneumair, chrisime) - es (pablodc) - no (kmaraas) - sk (stano) - sl (minmax) - sv (menthos) libgda 0.9, 2002-12-10 ---------------------- - Fixed weird initialization of the MySQL structures (cleber) - Fixed #96758 (rodrigo) - Fixed #95985 (rodrigo) - Fixed #96810 (rodrigo) - Fixed bison problems in SQL parser (gonzalo) - Fixed DTD validation of config XML file (gonzalo) - Implemented most schemas for FreeTDS provider (holger) - Fixed crash on provider lookups in client library (gonzalo) - Documentation fixes and additions (gonzalo, calvaris) - Fixed #99997 (rodrigo) - Fixed #96810 (rodrigo) - First working version of the ported (from libgda 0.2.x) Sybase provider (holger) - Fixed #97669 (holger (FreeTDS part), rodrigo (Oracle part)) - Updated translations: - cs (Michal Bukovjan) - de (cneumair) - es (pablodc) - ms (sebol) - pt_BR (gdvieira) - sv (menthos) Changes in the package: - Move documentation to share/doc/html/libgda. - Avoid dependancy on gtk-doc.
2003-02-13 19:19:29 +01:00
@dirrm share/libgda/xml
@dirrm share/libgda/dtd
Update to 0.12.1: libgda 0.12.1, 2003-06-08 ------------------------- - Fixed leak in Oracle provider to prevent running out of cursors (fozzy) - Fixed normal and build requirements in spec file (david) - Updated translations: - nl (adrighem) - sv (menthos) libgda 0.12, 2003-05-28 ----------------------- - Fixed password problem in PostgreSQL provider (david, gonzalo) - Fixed ODBC headers detection problem (rodrigo) - Fixed typo in FreeTDS CFLAGS (rodrigo) - Compilation fixes for Sybase provider (rodrigo) - Spec file fixes for RH9 (david) - Fixed libsql linking problems (rodrigo) - Fixed NULL password access in Oracle provider (fozzy) - Improved support for types in Oracle provider (fozzy) - Fixed index schema retrieval in Oracle provider (fozzy) - Fixed typo in MySQL library detection (bodo) - Fixed aggregates schema in Oracle provider (fozzy) - Some documentation fixes (cj) - Initial version of mSQL provider (danilo) - Fixed compilation problem in IBM DB2 provider (sergey) - Improved sample code in documentation (xabier) - Cleaned up GdaRow and GdaParameter APIs (xabier, rodrigo) - Improvements to the fields metadata schema queries in the PostgreSQL provider (vivien) - Updated translations: - cs (mitr) - de (cneumair) - es (pablodc) - fa (roozbeh) - it (marcoc) - nl (adrighem) - pt (dnloreto) - pt_BR (evandrofg, gdvieira) - sr (danilo) - sv (menthos) libgda 0.11, 2003-03-08 ----------------------- - Improvements on Oracle provider (steve) - Added support for Oracle 9 (steve) - Improvements on IBM DB2 provider (sergey) - Fixed crash on weak references when destroying provider hash table (gonzalo) - ANSI-compliant fixes (tagoh) - Spec file fixes (yanko, rodrigo) - Fixed incorrect password problem in Postgres provider (david, gonzalo) - Fixed typos in Oracle provider strings (cneumair) - More work on the report engine (santi) - Made FreeTDS provider work with freetds-0.61 (tagoh) - Updated translations: - ca (jordim) - cs (mitr) - de (cneumair) - es (pablodc) - nl (adrighem) - pt_BR (gdvieira) - ru (dmitrym) - sv (menthos) - uk (rasta)
2003-06-10 16:20:31 +02:00
@dirrm share/libgda
@dirrm share/gtk-doc/html/libgda
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)
2006-02-04 18:02:45 +01:00
@dirrm share/examples/libgda
@dirrm lib/libgda-1.9/providers
@dirrm lib/libgda-1.9
@dirrm include/libgda-1.9/sql-delimiter
@dirrm include/libgda-1.9/libsql
@dirrm include/libgda-1.9/libgda/handlers
@dirrm include/libgda-1.9/libgda/graph
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)
2006-02-04 18:02:45 +01:00
@dirrm include/libgda-1.9/libgda-report
@dirrm include/libgda-1.9/libgda
@dirrm include/libgda-1.9