* OleDbParameter.cs: added missing attributes
[mono.git] / mcs / class / System.Data / System.Data.OleDb / ChangeLog
1 2004-06-02  Gert Driesen <drieseng@users.sourceforge.net>
2
3        * OleDbParameter.cs: added missing attributes
4        * OleDbPermission.cs: added missing attributes
5        * OleDbConnection.cs: added missing attributes
6        * OleDbDataAdapter.cs: added missing attributes
7
8 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
9
10         * OleDbDataReader.cs : don't output debug message to Console.
11
12 2004-05-20  Gert Driesen (drieseng@users.sourceforge.net)
13
14         *  OleDbPermissionAttribute.cs: change AllowMultiple and
15         Inherited to match .NET
16
17 2004-05-14 Umadevi S (sumadevi@novell.com)
18         * OleDbAdapter.cs -Implemented attributes, changed method signature for fill
19
20 2004-05-14 Umadevi S (sumadevi@novell.com)
21         * OleDbCommand.cs - Completed implementing all the attributes
22
23 2004-05-14 Umadevi S (sumadevi@novell.com)
24         * OleDbCommand.cs - Completed implementing all the attribute
25
26 2004-05-14 Umadevi S (sumadevi@novell.com)
27         * OleDbConnection.cs - Completed implementing all the attributes
28                            - Stubbed EnlistDistributedTransaction method
29
30 2004-05-14 Umadevi S (sumadevi@novell.com)
31         * OleDbDataAdapter.cs - Completed implementing all the attributes
32                            - Stubbed the Fill methods
33
34 2004-05-14 Umadevi S (sumadevi@novell.com)
35         * OleDbParameter.cs - Completed implementing all the attributes             
36
37
38 2004-05-13 Umadevi S (sumadevi@novell.com)
39         * OleDbDataReader.cs - Stubbed HasRows method
40                         - Implemented EditorBrowsableAttribute
41         * OleDbParameterConverter.cs - Stubbed this class
42         * OleDbParameter.cs - Added a few attributes.
43
44 2004-05-09  Gert Driesen (drieseng@users.sourceforge.net)
45         * OleDbCommand.cs: removed setter for Parameters property to
46         match MS.NET
47         * OleDbCommandBuilder.cs: fixed GetUpdatetCommand typo
48         * OleDbErrorCollection: added default internal ctor to match
49         MS.NET
50         * OleDbInfoMessageEventArgs.cs: added default internal ctor
51         to match MS.NET
52         * OleDbParameter.cs: added setter for IsNullable
53         * OleDbParameterCollection: added default internal ctor to
54         match MS.NET
55         * OleDbPermission.cs: removed extra IsSubsetOf method
56
57 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
58
59         * OleDbPermissionAttribute.cs: missing bits from Gert's patch for
60         CLS compliance.
61
62 2004-01-10  Atsushi Enomoto  <atsushi@ximian.com>
63
64         * OleDbPermission.cs : NET_2_0 fix not to call obsolete .ctor.
65
66 2002-11-01  Daniel Morgan <danmorg@sc.rr.com>
67
68         * OleDbDataReader.cs: implemented
69         Dispose() and GetEnumerator()
70