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