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