* OleDbPermissionAttribute.cs: change AllowMultiple and
[mono.git] / mcs / class / System.Data / System.Data.OleDb / ChangeLog
1 2004-05-20  Gert Driesen (drieseng@users.sourceforge.net)
2
3         *  OleDbPermissionAttribute.cs: change AllowMultiple and
4         Inherited to match .NET
5
6 2004-05-14 Umadevi S (sumadevi@novell.com)
7         * OleDbAdapter.cs -Implemented attributes, changed method signature for fill
8
9 2004-05-14 Umadevi S (sumadevi@novell.com)
10         * OleDbCommand.cs - Completed implementing all the attributes
11
12 2004-05-14 Umadevi S (sumadevi@novell.com)
13         * OleDbCommand.cs - Completed implementing all the attribute
14
15 2004-05-14 Umadevi S (sumadevi@novell.com)
16         * OleDbConnection.cs - Completed implementing all the attributes
17                            - Stubbed EnlistDistributedTransaction method
18
19 2004-05-14 Umadevi S (sumadevi@novell.com)
20         * OleDbDataAdapter.cs - Completed implementing all the attributes
21                            - Stubbed the Fill methods
22
23 2004-05-14 Umadevi S (sumadevi@novell.com)
24         * OleDbParameter.cs - Completed implementing all the attributes             
25
26
27 2004-05-13 Umadevi S (sumadevi@novell.com)
28         * OleDbDataReader.cs - Stubbed HasRows method
29                         - Implemented EditorBrowsableAttribute
30         * OleDbParameterConverter.cs - Stubbed this class
31         * OleDbParameter.cs - Added a few attributes.
32
33 2004-05-09  Gert Driesen (drieseng@users.sourceforge.net)
34         * OleDbCommand.cs: removed setter for Parameters property to
35         match MS.NET
36         * OleDbCommandBuilder.cs: fixed GetUpdatetCommand typo
37         * OleDbErrorCollection: added default internal ctor to match
38         MS.NET
39         * OleDbInfoMessageEventArgs.cs: added default internal ctor
40         to match MS.NET
41         * OleDbParameter.cs: added setter for IsNullable
42         * OleDbParameterCollection: added default internal ctor to
43         match MS.NET
44         * OleDbPermission.cs: removed extra IsSubsetOf method
45
46 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
47
48         * OleDbPermissionAttribute.cs: missing bits from Gert's patch for
49         CLS compliance.
50
51 2004-01-10  Atsushi Enomoto  <atsushi@ximian.com>
52
53         * OleDbPermission.cs : NET_2_0 fix not to call obsolete .ctor.
54
55 2002-11-01  Daniel Morgan <danmorg@sc.rr.com>
56
57         * OleDbDataReader.cs: implemented
58         Dispose() and GetEnumerator()
59