Sqlite migration. Stage 2
[mono.git] / mcs / class / Mono.Data.Sqlite / Mono.Data.Sqlite_2.0 / ChangeLog
1 2007-02-20  Marek Habersack  <grendello@gmail.com>
2
3         * SQLite3.cs: handle sqlite3_prepare_v2 absent from the library,
4         it's a new API, added in Nov 2006 to sqlite3 upstream, so it's
5         likely it won't be found on many systems.
6
7         * SQLiteCommand.cs: Added a backward compatibility method.
8
9 2007-02-16  Marek Habersack  <grendello@gmail.com>
10
11         * SQLiteTransaction.cs: unseal the class.
12
13         * SQLiteParameterCollection.cs: unseal the class.
14
15         * SQLiteException.cs: unseal the class.
16
17         * SQLiteDataReader.cs: unseal the class.
18
19         * SQLiteConnectionStringBuilder.cs: unseal the class.
20
21         * SQLiteFunctionAttribute.cs: unseal the class.
22
23         * SqliteDataSourceEnumerator.cs: unseal the class.
24
25         * SQLiteConnection.cs: unseal the class.
26
27         * SQLiteFactory.cs: unseal the class.
28
29         * SQLiteCommandBuilder.cs: unseal the class.
30
31         * SQLiteParameter.cs: unseal the class.
32
33         * SQLiteCommand.cs: unseal the class.
34
35 2007-02-05  Marek Habersack  <grendello@gmail.com>
36
37         * SQLiteConnectionStringBuilder.cs: Uncomment the
38         PasswordPropertyText attribute for the Password property.
39
40 2007-02-03  Marek Habersack  <grendello@gmail.com>
41
42         * UnsafeNativeMethods.cs: New file.
43
44         * SR.Designer.cs: New file.
45
46         * SQLiteTransaction.cs: New file.
47
48         * SQLiteStatement.cs: New file.
49
50         * SQLiteParameter.cs: New file.
51
52         * SQLiteParameterCollection.cs: New
53         file.
54
55         * SQLiteMetaDataCollectionNames.cs: New
56         file
57
58         * SQLiteKeyReader.cs: New file (not
59         used for the moment)
60
61         * SQLiteFunction.cs: New file
62
63         * SQLiteFunctionAttribute.cs: New file
64
65         * SQLiteFactory.cs: New file
66
67         * SQLiteException.cs: New file
68
69         * SQLiteEnlistment.cs: New file
70
71         * SqliteDataSourceEnumerator.cs: Moved
72         to the new location.
73
74         * SQLiteDataReader.cs: New file
75
76         * SQLiteDataAdapter.cs: New file
77
78         * SQLiteConvert.cs: New file
79
80         * SQLiteConnectionStringBuilder.cs: New
81         file
82
83         * SQLiteConnection.cs: New file
84
85         * SQLiteCommand.cs: New file
86
87         * SQLiteCommandBuilder.cs: New file
88
89         * SQLiteBase.cs: New file
90
91         * SQLite3_UTF16.cs: New file
92
93         * SQLite3.cs: New file