2004-04-29 Gonzalo Paniagua Javier * Mono.Data.SqliteClient/SqliteCommand.cs: implement LastInsertRowId. * Mono.Data.SqliteClient/SqliteDataReader.cs: remove dangling ^Ms. Patch by Philipp . 2003-10-17 Ettore Perazzoli * Mono.Data.SqliteClient/SqliteConnection.cs (SqliteConnection.LastInsertRowId): New property to bind the sqlite_last_insert_rowid() call. 2003-07-16 Peter Williams * 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 * makefile.gnu: Add MONO_PATH_PREFIX so build doesn't fail if System.Data has not yet been installed. 2002-11-01 Daniel Morgan * Mono.Data.SqliteClient/SqliteDataReader.cs: redid the implementation for GetSchemaTable() and implemented IEnumerator IEnumerable.GetEnumerator () 2002-10-16 Miguel de Icaza * Mono.Data.SqliteClient/SqliteCommand.cs: Reworked to return the error from SqlLite. 2002-10-12 Vladimir Vukicevic * sources.list: whoops, fix dir name 2002-10-13 Daniel Morgan * 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 * 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 * Mono.Data.SqlClient/SqliteCobmmand.cs, SqliteDataReader.cs, SqliteParameterCollection.cs, SqliteConnection.cs, SqliteParameter.cs: Initial checkin