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