(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / class / System.Data / System.Data.OleDb / ChangeLog
blobab2d96bacfc26a0c7cca6a3ca70ab3293f451501
1 2004-09-14  Sebastien Pouliot  <sebastien@ximian.com>
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).
9 2004-09-13  Sebastien Pouliot  <sebastien@ximian.com>
11         * OleDbPermission.cs: Mostly completed (needs tests).
12         * OleDbPermissionAttribute.cs: Completed.
14 2004-06-16  Gert Driesen <drieseng@users.sourceforge.net>
16         * OleDbError.cs: fixed serialization compatibility with MS.NET
17         * OleDbErrorCollection.cs: fixed serialization compatibility with
18         MS.NET
20 2004-06-13  Gert Driesen <drieseng@users.sourceforge.net>
22         * OleDbLiteral.cs: changed enum field values to match MS.NET
23         * OleDbType.cs: changed enum field values to match MS.NET
25 2004-06-04  Gert Driesen <drieseng@users.sourceforge.net>
27         * OleDbDataAdapter.cs: added stub for missing 
28         Dispose override
30 2004-06-02  Gert Driesen <drieseng@users.sourceforge.net>
32         * OleDbParameter.cs: added missing attributes
33         * OleDbPermission.cs: added missing attributes
34         * OleDbConnection.cs: added missing attributes
35         * OleDbDataAdapter.cs: added missing attributes
37 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
39         * OleDbDataReader.cs : don't output debug message to Console.
41 2004-05-20  Gert Driesen (drieseng@users.sourceforge.net)
43         *  OleDbPermissionAttribute.cs: change AllowMultiple and
44         Inherited to match .NET
46 2004-05-14 Umadevi S (sumadevi@novell.com)
47         * OleDbAdapter.cs -Implemented attributes, changed method signature for fill
49 2004-05-14 Umadevi S (sumadevi@novell.com)
50         * OleDbCommand.cs - Completed implementing all the attributes
52 2004-05-14 Umadevi S (sumadevi@novell.com)
53         * OleDbCommand.cs - Completed implementing all the attribute
55 2004-05-14 Umadevi S (sumadevi@novell.com)
56         * OleDbConnection.cs - Completed implementing all the attributes
57                            - Stubbed EnlistDistributedTransaction method
59 2004-05-14 Umadevi S (sumadevi@novell.com)
60         * OleDbDataAdapter.cs - Completed implementing all the attributes
61                            - Stubbed the Fill methods
63 2004-05-14 Umadevi S (sumadevi@novell.com)
64         * OleDbParameter.cs - Completed implementing all the attributes             
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.
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
86 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
88         * OleDbPermissionAttribute.cs: missing bits from Gert's patch for
89         CLS compliance.
91 2004-01-10  Atsushi Enomoto  <atsushi@ximian.com>
93         * OleDbPermission.cs : NET_2_0 fix not to call obsolete .ctor.
95 2002-11-01  Daniel Morgan <danmorg@sc.rr.com>
97         * OleDbDataReader.cs: implemented
98         Dispose() and GetEnumerator()
99