2010-06-21 Marek Habersack <mhabersack@novell.com>
[mcs.git] / class / Mono.Data.Sqlite / ChangeLog
blobf854a09629e569f2ec508c3470e8afcaaa8b0d71
1 2009-06-04  Jb Evain  <jbevain@novell.com>
3         * resources/SR.resx: adjust file names.
4         * Mono.Data.Sqlite.dll.sources: rename from
5                 net_2_0_Mono.Data.Sqlite.dll.sources.
6                 Hopefully fixes the build.
8 2009-06-03  Marek Habersack  <mhabersack@novell.com>
9         
10         * Update SQLite.NET version to 1.0.61.0, applied Mono
11         modifications.
13 2007-02-21  Marek Habersack  <grendello@gmail.com>
15         * Copied from Mono.Data.SqliteClient
16         * Renamed the namespace to Mono.Data.Sqlite
17         * Changed all occurrences of Mono.Data.SqliteClient
18         to Mono.Data.Sqlite
19         * Updated all the relevant files to account for the new namespace
20         name
22 2007-01-16  Marek Habersack  <grendello@gmail.com>
24         * Mono.Data.SqliteClient.dll.sources: Added
25         SqliteConnectionStringBuilder.cs
27         * Makefile: we have some resources now.
29         * Mono.Data.SqliteClient.dll.sources: Added new files.
31 2007-01-15  Marek Habersack  <grendello@gmail.com>
33         * Mono.Data.SqliteClient.dll.sources: Added new 2.0 files
35 2006-01-29  Joshua Tauberer  <tauberer@for.net>
37         * Added new test sources.
39 2006-01-20  Joshua Tauberer  <tauberer@for.net>
41         * Removed dependency on Mono.Posix.
43 2006-01-02  Joshua Tauberer  <tauberer@for.net>
45         * Added Mono.Data.Sqlite/SqliteExceptions.cs to
46           the sources files.
48 2005-10-06  Chris Lahey  <clahey@localhost.localdomain>
50         * Makefile (LIB_MCS_FLAGS): Requires Mono.Posix.dll.
52 2005-05-20  Sureshkumar T  <tsureshkumar@novell.com>
53             Raja R Harinath <rharinath@novell.com>
55         * Makefile:
56         - Test suite started.
57         - Create sqlite3 db testdb from script Test/test.sql.
58         * Mono.Data.Sqlite_test.dll.sources: Added. Test files.
60 2004-11-17  Geoff Norton  <gnorton@customerdna.com>
62         * Mono.Data.Sqlite/Sqlite.cs:
63           Mono.Data.Sqlite/SqliteCommand.cs:
64           Remove sqlite3Free as this doesn't exist and isn't used by sqlite3.
66 2004-11-14  Geoff Norton  <gnorton@customerdna.com>
68         * Mono.Data.Sqlite/SqliteConnection.cs:  Default to v2 not v3 if version
69         isn't specified in the connection string.  Fixes a bug in F-Spot reported by Miguel
71 2004-11-11  Geoff Norton  <gnorton@customerdna.com>
73         * Mono.Data.Sqlite/Sqlite.cs
74           Mono.Data.Sqlite/SqliteConnection.cs
75           Mono.Data.Sqlite/SqliteCommand.cs
76           Mono.Data.Sqlite/SqliteDataReader.cs:
77           Initial sqlite v3 support.  Move sqlite v2 to using sqlite_step
78           instead of sqlite_exec, this makes Mono.Data.Sqlite work on 
79           windows.
81 2004-05-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
83         * Mono.Data.SqliteClient.dll.sources: added SqliteTransaction.cs
85         * Mono.Data.Sqlite/SqliteConnection.cs:
86         * Mono.Data.Sqlite/SqliteTransaction.cs: patch from
87         grompf@sublimeintervention.com that adds transactions support.
89 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
91         * Mono.Data.Sqlite/SqliteCommand.cs: implement LastInsertRowId.
92         * Mono.Data.Sqlite/SqliteDataReader.cs: remove dangling ^Ms.
93         Patch by Philipp <pixelpapst@users.sourceforge.net>.
95 2003-10-17  Ettore Perazzoli  <ettore@ximian.com>
97         * Mono.Data.Sqlite/SqliteConnection.cs
98         (SqliteConnection.LastInsertRowId): New property to bind the
99         sqlite_last_insert_rowid() call.
101 2003-07-16  Peter Williams  <peter@newton.cx>
103         * Makefile (LIB_MCS_FLAGS): Add /r:System.dll here. Why wasn't
104         this necessary with MCS? (csc.exe needs it.)
106 2002-11-16  Tim Coleman <tim@timcoleman.com>
107         * makefile.gnu:
108                 Add MONO_PATH_PREFIX so build doesn't
109                 fail if System.Data has not yet been installed.
111 2002-11-01  Daniel Morgan <danmorg@sc.rr.com>
113         * Mono.Data.Sqlite/SqliteDataReader.cs: redid the
114         implementation for GetSchemaTable() and
115         implemented IEnumerator IEnumerable.GetEnumerator ()
117 2002-10-16  Miguel de Icaza  <miguel@ximian.com>
119         * Mono.Data.Sqlite/SqliteCommand.cs: Reworked to return the
120         error from SqlLite.
122 2002-10-12  Vladimir Vukicevic  <vladimir@pobox.com>
124         * sources.list: whoops, fix dir name
126 2002-10-13  Daniel Morgan <danmorg@sc.rr.com>
128         * Test: added new directory to hold
129         tests for Mono.Data.Sqlite
130         
131         * Test/SqliteTest.cs: added file
132         to test Mono.Data.SqliteClient.  
134 2002-10-13  Daniel Morgan <danmorg@sc.rr.com>
136         * Mono.Data.Sqlite: add file
137         to build on Windows
138         
139         * Mono.Data.Sqlite/SqliteCommand.cs: modified
140         added unsafe { } around call to sqlite_exec() which calls
141         an unsafe method SqliteCallbackFunction
143 2002-10-12  Vladimir Vukicevic  <vladimir@pobox.com>
145         * Mono.Data.SqlClient/SqliteCobmmand.cs, SqliteDataReader.cs,
146         SqliteParameterCollection.cs, SqliteConnection.cs,
147         SqliteParameter.cs:
148                 Initial checkin
149