2004-05-14 Umadevi S (sumadevi@novell.com)
[mono.git] / mcs / class / System.Data / System.Data.OleDb / ChangeLog
1 2004-05-14 Umadevi S (sumadevi@novell.com)
2         * OleDbConnection.cs - Completed implementing all the attributes
3                            - Stubbed EnlistDistributedTransaction method
4
5 2004-05-14 Umadevi S (sumadevi@novell.com)
6         * OleDbDataAdapter.cs - Completed implementing all the attributes
7                            - Stubbed the Fill methods
8
9 2004-05-14 Umadevi S (sumadevi@novell.com)
10         * OleDbParameter.cs - Completed implementing all the attributes             
11
12
13 2004-05-13 Umadevi S (sumadevi@novell.com)
14         * OleDbDataReader.cs - Stubbed HasRows method
15                         - Implemented EditorBrowsableAttribute
16         * OleDbParameterConverter.cs - Stubbed this class
17         * OleDbParameter.cs - Added a few attributes.
18
19 2004-05-09  Gert Driesen (drieseng@users.sourceforge.net)
20         * OleDbCommand.cs: removed setter for Parameters property to
21         match MS.NET
22         * OleDbCommandBuilder.cs: fixed GetUpdatetCommand typo
23         * OleDbErrorCollection: added default internal ctor to match
24         MS.NET
25         * OleDbInfoMessageEventArgs.cs: added default internal ctor
26         to match MS.NET
27         * OleDbParameter.cs: added setter for IsNullable
28         * OleDbParameterCollection: added default internal ctor to
29         match MS.NET
30         * OleDbPermission.cs: removed extra IsSubsetOf method
31
32 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33
34         * OleDbPermissionAttribute.cs: missing bits from Gert's patch for
35         CLS compliance.
36
37 2004-01-10  Atsushi Enomoto  <atsushi@ximian.com>
38
39         * OleDbPermission.cs : NET_2_0 fix not to call obsolete .ctor.
40
41 2002-11-01  Daniel Morgan <danmorg@sc.rr.com>
42
43         * OleDbDataReader.cs: implemented
44         Dispose() and GetEnumerator()
45