- 22 Jul, 2001 3 commits
-
-
Rodrigo Moya authored
-
Rodrigo Moya authored
2001-07-22 Rodrigo Moya <rodrigo@gnome-db.org> * configure.in: remove glib-2.0 check until we can compile everything with that version
-
Rodrigo Moya authored
2001-07-22 Rodrigo Moya <rodrigo@gnome-db.org> * gda-xml-database.[ch]: rework * gda-common-private.h: new file for common declarations
-
- 21 Jul, 2001 5 commits
-
-
Rodrigo Moya authored
-
Rodrigo Moya authored
-
Rodrigo Moya authored
2001-07-21 Rodrigo Moya <rodrigo@gnome-db.org> * *.h: s/#if defined(__cplusplus).../G_BEGIN_END_DECLS
-
Rodrigo Moya authored
2001-07-21 Rodrigo Moya <rodrigo@gnome-db.org> * *.h: s/#if defined(__cplusplus).../G_BEGIN_END_DECLS
-
Rodrigo Moya authored
2001-07-21 Rodrigo Moya <rodrigo@gnome-db.org> * gda-common-defs.h: new file containing some #define's needed all over * *.h: s/#if defined(__cplusplus).../G_BEGIN_END_DECLS
-
- 19 Jul, 2001 2 commits
-
-
Carlos Perell Marn authored
2001-07-19 Carlos Perell Marn <carlos@gnome-db.org> * Makefile.am: Reverted the changes about IDL's name.
-
Carlos Perell Marn authored
2001-07-19 Carlos Perell Marn <carlos@gnome-db.org> * Makefile.am: Reverted the changes about IDL's name. 2001-07-19 Carlos Perell Marn <carlos@gnome-db.org> * *.oaf.in: Reverted the last change, It will be done soon. * gda-report-document-factory.h: Implemented. * main.c: Implemented.
-
- 18 Jul, 2001 10 commits
-
-
Rodrigo Moya authored
2001-07-16 Rodrigo Moya <rodrigo@gnome-db.org> * gda-connection-pool.c: add a new parameter to the "error" signal to receive the list of errors from the connection
-
Carlos Perell Marn authored
2001-07-19 Carlos Perell Marn <carlos@gnome-db.org> * *.idl: Sorry, the rename will be done in the near future, not now.
-
Vivien Malerba authored
-
Carlos Perelló Marín authored
-
Carlos Perell Marn authored
2001-07-19 Carlos Perelló Marín <carlos@gnome-db.org> * *.[ch]: Removed, need a heavy reimplementation.
-
Carlos Perelló Marín authored
-
Carlos Perelló Marín authored
-
Carlos Perell Marn authored
2001-07-19 Carlos Perelló Marín <carlos@gnome-db.org> * server: renamed to engine and reimplemented all.
-
Carlos Perell Marn authored
2001-07-18 Carlos Perell Marn <carlos@gnome-db.org> * GNOME_Database_Report.oaf.in: Renamed from GDA_Report.oaf.in
-
Carlos Perell Marn authored
2001-07-18 Carlos Perell Marn <carlos@gnome-db.org> * GNOME_Database_Report.idl: Copied from libgda-bonobo && merged with GDA_Report.idl. * GDA_Report.idl: Removed.
-
- 15 Jul, 2001 6 commits
-
-
Rodrigo Moya authored
2001-07-15 Rodrigo Moya <rodrigo@gnome-db.org> * gda-postgres-connection.c (gda_postgres_connection_open_schema): return a GdaError if we don't support the schema (gda_postgres_connection_open): use a GdaQuarkList to parse the connection string
-
Rodrigo Moya authored
2001-07-15 Rodrigo Moya <rodrigo@gnome-db.org> * gda-mysql-connection.c (gda_mysql_connection_open_schema): return a GdaError if we don't support the schema (gda_mysql_connection_open): use a GdaQuarkList to parse the connection string
-
Rodrigo Moya authored
2001-07-15 Rodrigo Moya <rodrigo@gnome-db.org> * gda-oracle-connection.c (gda_oracle_connection_open_schema): return a GdaError if we don't support the schema
-
Rodrigo Moya authored
2001-07-15 Rodrigo Moya <rodrigo@gnome-db.org> * gda-default-connection.c (gda_default_connection_open_schema): return a GdaError if we don't support the schema
-
Rodrigo Moya authored
-
Rodrigo Moya authored
2001-07-15 Rodrigo Moya <rodrigo@gnome-db.org> * gda-server-connection.c (impl_GDA_Connection_openSchema): removed extra & in call to gda_error_to_exception, which was causing providers to core dump when NULL was returned from the ::open_schema method with no error attached to the connection
-
- 14 Jul, 2001 8 commits
-
-
Rodrigo Moya authored
2001-07-14 Rodrigo Moya <rodrigo@gnome-db.org> * gda-quark-list.c (gda_quark_list_add_from_string): g_strdup the hash table key also (gda_quark_list_free): free the contents of the hash table
-
Rodrigo Moya authored
2001-07-14 Rodrigo Moya <rodrigo@gnome-db.org> * gda-server-connection.[ch] (gda_server_connection_add_listener): new method (gda_server_connection_remove_listener): new function (impl_GDA_Connection_addListener): implemented (impl_GDA_Connection_removeListener): implemented
-
Rodrigo Moya authored
2001-07-14 Rodrigo Moya <rodrigo@gnome-db.org> * gda-connection.c (gda_connection_add_listener): new function (gda_connection_remove_listener): new function
-
Rodrigo Moya authored
2001-07-14 Rodrigo Moya <rodrigo@gnome-db.org> * GDA_Connection.idl: added 2 new methods (addListener and removeListener) for clients to be able to listen on the providers
-
Rodrigo Moya authored
-
Rodrigo Moya authored
2001-07-13 Rodrigo Moya <rodrigo@gnome-db.org> * gda-xql-const.[ch], gda-xql-dml.[ch] more conversion of the XML queries library
-
Rodrigo Moya authored
2001-07-14 Rodrigo Moya <rodrigo@gnome-db.org> * gda-connection.c (gda_connection_new_from_dsn): use the user configured in the DSN if no user name is given in the call to this function (gda_connection_open): CORBA_Object_release the connection if the call is not successful
-
Rodrigo Moya authored
2001-07-14 Rodrigo Moya <rodrigo@gnome-db.org> * gda-oracle-connection.c (gda_oracle_connection_open): parse the connection string, using a GdaQuarkList object
-
- 12 Jul, 2001 4 commits
-
-
Rodrigo Moya authored
2001-07-12 Rodrigo Moya <rodrigo@gnome-db.org> * configure.in: remove Perl checkings, since they are no longer needed * acconfig.h: remove HAVE_PERL
-
Rodrigo Moya authored
2001-07-12 Rodrigo Moya <rodrigo@gnome-db.org> * perl/: removed all files from the old perl bindings, since now the perl bindings have their own module (libgda-perl)
-
Rodrigo Moya authored
2001-07-12 Rodrigo Moya <rodrigo@gnome-db.org> * reference/libgda-client/: fixed references to non-existent files
-
Rodrigo Moya authored
2001-07-12 Rodrigo Moya <rodrigo@gnome-db.org> * gda-xml-util.c: gray out the call to xmlIOParseDTD until we can use libxml2
-
- 09 Jul, 2001 2 commits
-
-
Akira TAGOH authored
2001-07-09 Akira TAGOH <tagoh@gnome-db.org> * gda-xml-util.c: fixed typo.
-
Akira TAGOH authored
2001-07-09 Akira TAGOH <tagoh@gnome-db.org> * configure.in: added --with-perl option as check the perl bindings.
-