CVSROOT: /cvs/gnome Module name: libgda Changes by: basd 05/02/04 23:49:02
Modified files: . : ChangeLog doc/C : libgda-docs.sgml doc/C/tmpl : gda-connection.sgml gda-server-provider.sgml libgda : gda-connection.c gda-connection.h gda-data-model-index.c gda-server-provider.c gda-server-provider.h providers/mysql: gda-mysql-provider.c providers/postgres: gda-postgres-provider.c Log message: 2005-02-05 Bas Driessen <[EMAIL PROTECTED]> * providers/mysql/gda-mysql-provider.c: added function gda_mysql_provider_create_index() and added DROP INDEX/ PRIMARY KEY method to gda_mysql_provider_drop_index(). (gda_mysql_provider_create_table): added parameter 'index_list' and code to create the indexes. (get_mysql_tables): suppress some compiler noise by proper casting of pointers. * providers/postgres/gda-postgres-provider.c: (gda_postgres_provider_create_table): added parameter 'index_list' and code to create the indexes. * libgda/gda-connection.[ch] (gda_connection_create_table): added parameter 'index_list' to hold a list of indexes to create. (gda_connection_drop_index): added parameter 'primary_key', since not all data providers allow a name to be given to an index/key. * libgda/gda-server-provider.[ch] (gda_server_provider_create_table): added parameter index_list to hold a list of indexes to create. (gda_server_provider_drop_index): added parameter 'primary_key', since not all data providers allow a name to be given to an index/key. * doc/C/: updated documentation. URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=libgda&who=basd&date=explicit&mindate=2005-02-04%2023:48&maxdate=2005-02-04%2023:50 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list