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