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