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