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