Sqlite: Removed Mono.Posix dependency. Updated test program.
[mono.git] / mcs / class / Mono.Data.SqliteClient / ChangeLog
1 2006-01-20  Joshua Tauberer  <tauberer@for.net>
2
3         * Removed dependency on Mono.Posix.
4
5 2006-01-02  Joshua Tauberer  <tauberer@for.net>
6
7         * Added Mono.Data.SqliteClient/SqliteExceptions.cs to
8           the sources files.
9
10 2005-10-06  Chris Lahey  <clahey@localhost.localdomain>
11
12         * Makefile (LIB_MCS_FLAGS): Requires Mono.Posix.dll.
13
14 2005-05-20  Sureshkumar T  <tsureshkumar@novell.com>
15             Raja R Harinath <rharinath@novell.com>
16
17         * Makefile:
18         - Test suite started.
19         - Create sqlite3 db testdb from script Test/test.sql.
20         * Mono.Data.SqliteClient_test.dll.sources: Added. Test files.
21
22 2004-11-17  Geoff Norton  <gnorton@customerdna.com>
23
24         * Mono.Data.SqliteClient/Sqlite.cs:
25           Mono.Data.SqliteClient/SqliteCommand.cs:
26           Remove sqlite3Free as this doesn't exist and isn't used by sqlite3.
27
28 2004-11-14  Geoff Norton  <gnorton@customerdna.com>
29
30         * Mono.Data.SqliteClient/SqliteConnection.cs:  Default to v2 not v3 if version
31         isn't specified in the connection string.  Fixes a bug in F-Spot reported by Miguel
32
33 2004-11-11  Geoff Norton  <gnorton@customerdna.com>
34
35         * Mono.Data.SqliteClient/Sqlite.cs
36           Mono.Data.SqliteClient/SqliteConnection.cs
37           Mono.Data.SqliteClient/SqliteCommand.cs
38           Mono.Data.SqliteClient/SqliteDataReader.cs:
39           Initial sqlite v3 support.  Move sqlite v2 to using sqlite_step
40           instead of sqlite_exec, this makes Mono.Data.SqliteClient work on 
41           windows.
42
43 2004-05-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
44
45         * Mono.Data.SqliteClient.dll.sources: added SqliteTransaction.cs
46
47         * Mono.Data.SqliteClient/SqliteConnection.cs:
48         * Mono.Data.SqliteClient/SqliteTransaction.cs: patch from
49         grompf@sublimeintervention.com that adds transactions support.
50
51 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
52
53         * Mono.Data.SqliteClient/SqliteCommand.cs: implement LastInsertRowId.
54         * Mono.Data.SqliteClient/SqliteDataReader.cs: remove dangling ^Ms.
55         Patch by Philipp <pixelpapst@users.sourceforge.net>.
56
57 2003-10-17  Ettore Perazzoli  <ettore@ximian.com>
58
59         * Mono.Data.SqliteClient/SqliteConnection.cs
60         (SqliteConnection.LastInsertRowId): New property to bind the
61         sqlite_last_insert_rowid() call.
62
63 2003-07-16  Peter Williams  <peter@newton.cx>
64
65         * Makefile (LIB_MCS_FLAGS): Add /r:System.dll here. Why wasn't
66         this necessary with MCS? (csc.exe needs it.)
67
68 2002-11-16  Tim Coleman <tim@timcoleman.com>
69         * makefile.gnu:
70                 Add MONO_PATH_PREFIX so build doesn't
71                 fail if System.Data has not yet been installed.
72
73 2002-11-01  Daniel Morgan <danmorg@sc.rr.com>
74
75         * Mono.Data.SqliteClient/SqliteDataReader.cs: redid the
76         implementation for GetSchemaTable() and
77         implemented IEnumerator IEnumerable.GetEnumerator ()
78
79 2002-10-16  Miguel de Icaza  <miguel@ximian.com>
80
81         * Mono.Data.SqliteClient/SqliteCommand.cs: Reworked to return the
82         error from SqlLite.
83
84 2002-10-12  Vladimir Vukicevic  <vladimir@pobox.com>
85
86         * sources.list: whoops, fix dir name
87
88 2002-10-13  Daniel Morgan <danmorg@sc.rr.com>
89
90         * Test: added new directory to hold
91         tests for Mono.Data.SqliteClient
92         
93         * Test/SqliteTest.cs: added file
94         to test Mono.Data.SqliteClient.  
95
96 2002-10-13  Daniel Morgan <danmorg@sc.rr.com>
97
98         * Mono.Data.SqliteClient: add file
99         to build on Windows
100         
101         * Mono.Data.SqliteClient/SqliteCommand.cs: modified
102         added unsafe { } around call to sqlite_exec() which calls
103         an unsafe method SqliteCallbackFunction
104
105 2002-10-12  Vladimir Vukicevic  <vladimir@pobox.com>
106
107         * Mono.Data.SqlClient/SqliteCobmmand.cs, SqliteDataReader.cs,
108         SqliteParameterCollection.cs, SqliteConnection.cs,
109         SqliteParameter.cs:
110                 Initial checkin
111