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