Bug 15572. Lookup KnownTypeCollection element types in MSSimpleNamespace
[mono.git] / mcs / class / Mono.Data.Sqlite / ChangeLog
1 2009-06-04  Jb Evain  <jbevain@novell.com>
2
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.
7
8 2009-06-03  Marek Habersack  <mhabersack@novell.com>
9         
10         * Update SQLite.NET version to 1.0.61.0, applied Mono
11         modifications.
12
13 2007-02-21  Marek Habersack  <grendello@gmail.com>
14
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
21
22 2007-01-16  Marek Habersack  <grendello@gmail.com>
23
24         * Mono.Data.SqliteClient.dll.sources: Added
25         SqliteConnectionStringBuilder.cs
26
27         * Makefile: we have some resources now.
28
29         * Mono.Data.SqliteClient.dll.sources: Added new files.
30
31 2007-01-15  Marek Habersack  <grendello@gmail.com>
32
33         * Mono.Data.SqliteClient.dll.sources: Added new 2.0 files
34
35 2006-01-29  Joshua Tauberer  <tauberer@for.net>
36
37         * Added new test sources.
38
39 2006-01-20  Joshua Tauberer  <tauberer@for.net>
40
41         * Removed dependency on Mono.Posix.
42
43 2006-01-02  Joshua Tauberer  <tauberer@for.net>
44
45         * Added Mono.Data.Sqlite/SqliteExceptions.cs to
46           the sources files.
47
48 2005-10-06  Chris Lahey  <clahey@localhost.localdomain>
49
50         * Makefile (LIB_MCS_FLAGS): Requires Mono.Posix.dll.
51
52 2005-05-20  Sureshkumar T  <tsureshkumar@novell.com>
53             Raja R Harinath <rharinath@novell.com>
54
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.
59
60 2004-11-17  Geoff Norton  <gnorton@customerdna.com>
61
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.
65
66 2004-11-14  Geoff Norton  <gnorton@customerdna.com>
67
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
70
71 2004-11-11  Geoff Norton  <gnorton@customerdna.com>
72
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.
80
81 2004-05-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
82
83         * Mono.Data.SqliteClient.dll.sources: added SqliteTransaction.cs
84
85         * Mono.Data.Sqlite/SqliteConnection.cs:
86         * Mono.Data.Sqlite/SqliteTransaction.cs: patch from
87         grompf@sublimeintervention.com that adds transactions support.
88
89 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
90
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>.
94
95 2003-10-17  Ettore Perazzoli  <ettore@ximian.com>
96
97         * Mono.Data.Sqlite/SqliteConnection.cs
98         (SqliteConnection.LastInsertRowId): New property to bind the
99         sqlite_last_insert_rowid() call.
100
101 2003-07-16  Peter Williams  <peter@newton.cx>
102
103         * Makefile (LIB_MCS_FLAGS): Add /r:System.dll here. Why wasn't
104         this necessary with MCS? (csc.exe needs it.)
105
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.
110
111 2002-11-01  Daniel Morgan <danmorg@sc.rr.com>
112
113         * Mono.Data.Sqlite/SqliteDataReader.cs: redid the
114         implementation for GetSchemaTable() and
115         implemented IEnumerator IEnumerable.GetEnumerator ()
116
117 2002-10-16  Miguel de Icaza  <miguel@ximian.com>
118
119         * Mono.Data.Sqlite/SqliteCommand.cs: Reworked to return the
120         error from SqlLite.
121
122 2002-10-12  Vladimir Vukicevic  <vladimir@pobox.com>
123
124         * sources.list: whoops, fix dir name
125
126 2002-10-13  Daniel Morgan <danmorg@sc.rr.com>
127
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.  
133
134 2002-10-13  Daniel Morgan <danmorg@sc.rr.com>
135
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
142
143 2002-10-12  Vladimir Vukicevic  <vladimir@pobox.com>
144
145         * Mono.Data.SqlClient/SqliteCobmmand.cs, SqliteDataReader.cs,
146         SqliteParameterCollection.cs, SqliteConnection.cs,
147         SqliteParameter.cs:
148                 Initial checkin
149