2001-12-22  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-default-provider.c: added missing #include's

2001-12-22  Carlos Perell Marn <carlos@gnome-db.org>

	* gda-default-provider.c: Finished the implementation of execute
	command for SQL queries.
	* gda-default-recordset.[ch]: Added to create new default-recordset.

2001-12-20  Carlos Perell Marn <carlos@gnome-db.org>

	* sqlite/Makefile.am: Defined OS_UNIX=1

2001-12-20  Carlos Perell Marn <carlos@gnome-db.org>

	* sqlite/*: Updated to 2.1.7 release.

2001-12-17  Rodrigo Moya <rodrigo@gnome-db.org>

	* Makefile.am:
	* GNOME_Database_Provider_Default.server.in: added '-2' suffix
	to executable name

2001-12-10  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-default-provider.c (gda_default_provider_open_connection):
	reverted my last change. New SQLite version just uses a FILENAME,
	not a DIRECTORY, as previous versions

2001-12-09  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-default-provider.c (gda_default_provider_open_connection): use
	DIRECTORY instead of FILENAME in the connection string

2001-11-25  Carlos Perell Marn <carlos@gnome-db.org>

	* gda-default-provider.c (gda_default_provider_execute_command):
	Started the implementation.

2001-11-04  Carlos Perell Marn <carlos@gnome-db.org>

	* gda-default-provider.[ch]:
	* gda-default.h, main.c: Started the implementation for GNOME 2

2001-11-03  Carlos Perell Marn <carlos@gnome-db.org>

	* sqlite/lemon.c: Applied the patch from Akira TAGOH
	<tagoh@gnome-db.org> to fix 64 bit pointer issues.

2001-11-03  Carlos Perell Marn <carlos@gnome-db.org>

	* sqlite: Added from stable branch.

2001-11-02  Rodrigo Moya <rodrigo@gnome-db.org>

	* started restructuration with the new API

2001-10-26  Akira TAGOH <tagoh@gnome-db.org>

	* sqlite/lemon.c: Fixed 64 bit pointer issues again

2001-10-11  Carlos Perell Marn <carlos@gnome-db.org>

	* sqlite/*
	* Makefile.am: Imported the sqlite 2.0.2. This version need an update
	of the old database, I will prepare a program to do the update soon.

2001-10-10  Carlos Perell Marn <carlos@gnome-db.org>

	* Makefile.am: Fixed the sqlite.h build problem.

2001-09-20  Akira TAGOH <tagoh@gnome-db.org>

	* sqlite/tool/lemon.c: Fixed 64 bit pointer issue

2001-08-03  gallatin@stat.duke.edu

	* sqlite/tool/lemon.c: fixed int/long 64-bit pointer issues when
	building on FreeBSD/Alpha. Fixes #58391

2001-07-19  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-default-connection.c (schema_aggregates): new schema function

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

2001-06-05  Rodrigo Moya <rodrigo@gnome-db.org>

	* sqlite/configure.in: added /usr to the search list for gdbm.h

2001-05-05  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-default-connection.c (schema_tables): implemented, although
	only returning the tables' name

2001-05-04  Rodrigo Moya <rodrigo@gnome-db.org>

	* gda-default-connection.c, gda-default-command.c: better
	error handling
	* sqlite/NO-AUTO-GEN: added this file to avoid the execution of
	auto* in this directory (fixed by mvali@hot.ee and
	Jon.Hellan@clustra.com)

2001-04-28  Rodrigo Moya <rodrigo@gnome-db.org>

	* implemented first working version of the GDA default
	provider
	* imported libsqlite (http://www.hwaci.com/sw/sqlite/) into
	our source tree, until it is oficially released

2001-04-28  Rodrigo Moya <rodrigo@gnome-db.org>

	* started gda-default-server, which will be a server *always*
	installed with libgda, so that users don't have to worry about
	setting up a RDBMS to use GNOME-DB/libgda
