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