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