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