2003-10-17  Ettore Perazzoli  <ettore@ximian.com>

	* Mono.Data.SqliteClient/SqliteConnection.cs
	(SqliteConnection.LastInsertRowId): New property to bind the
	sqlite_last_insert_rowid() call.

2003-07-16  Peter Williams  <peter@newton.cx>

	* Makefile (LIB_MCS_FLAGS): Add /r:System.dll here. Why wasn't
	this necessary with MCS? (csc.exe needs it.)

2002-11-16  Tim Coleman <tim@timcoleman.com>
	* makefile.gnu:
		Add MONO_PATH_PREFIX so build doesn't
		fail if System.Data has not yet been installed.

2002-11-01  Daniel Morgan <danmorg@sc.rr.com>

	* Mono.Data.SqliteClient/SqliteDataReader.cs: redid the
	implementation for GetSchemaTable() and
	implemented IEnumerator IEnumerable.GetEnumerator ()

2002-10-16  Miguel de Icaza  <miguel@ximian.com>

	* Mono.Data.SqliteClient/SqliteCommand.cs: Reworked to return the
	error from SqlLite.

2002-10-12  Vladimir Vukicevic  <vladimir@pobox.com>

	* sources.list: whoops, fix dir name

2002-10-13  Daniel Morgan <danmorg@sc.rr.com>

	* Test: added new directory to hold
	tests for Mono.Data.SqliteClient
	
	* Test/SqliteTest.cs: added file
	to test Mono.Data.SqliteClient.  

2002-10-13  Daniel Morgan <danmorg@sc.rr.com>

	* Mono.Data.SqliteClient: add file
	to build on Windows
	
	* Mono.Data.SqliteClient/SqliteCommand.cs: modified
	added unsafe { } around call to sqlite_exec() which calls
	an unsafe method SqliteCallbackFunction

2002-10-12  Vladimir Vukicevic  <vladimir@pobox.com>

	* Mono.Data.SqlClient/SqliteCobmmand.cs, SqliteDataReader.cs,
	SqliteParameterCollection.cs, SqliteConnection.cs,
	SqliteParameter.cs:
		Initial checkin
	
