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