2005-02-16 Lluis Sanchez Gual <lluis@novell.com>
[mono.git] / mcs / class / System.Data / System.Data.OleDb / ChangeLog
1 2005-02-16  Lluis Sanchez Gual  <lluis@novell.com>
2
3         * OleDbCommand.cs: Make it inherit from the correct base class in 2.0,
4         and added stubs for some interface methods.
5
6 2004-09-14  Sebastien Pouliot  <sebastien@ximian.com>
7
8         * OleDbPermission.cs: Added internal constructor accepting an OleDb
9         PermissionAttribute parameter (using base class protected ctor).
10         Re-added the Provider property (removed by error).
11         * OleDbPermission.cs: Copy now use the new OleDbPermission
12         constructor. Re-added the Provider property (removed by error).
13
14 2004-09-13  Sebastien Pouliot  <sebastien@ximian.com>
15
16         * OleDbPermission.cs: Mostly completed (needs tests).
17         * OleDbPermissionAttribute.cs: Completed.
18
19 2004-06-16  Gert Driesen <drieseng@users.sourceforge.net>
20
21         * OleDbError.cs: fixed serialization compatibility with MS.NET
22         * OleDbErrorCollection.cs: fixed serialization compatibility with
23         MS.NET
24
25 2004-06-13  Gert Driesen <drieseng@users.sourceforge.net>
26
27         * OleDbLiteral.cs: changed enum field values to match MS.NET
28         * OleDbType.cs: changed enum field values to match MS.NET
29
30 2004-06-04  Gert Driesen <drieseng@users.sourceforge.net>
31
32         * OleDbDataAdapter.cs: added stub for missing 
33         Dispose override
34
35 2004-06-02  Gert Driesen <drieseng@users.sourceforge.net>
36
37         * OleDbParameter.cs: added missing attributes
38         * OleDbPermission.cs: added missing attributes
39         * OleDbConnection.cs: added missing attributes
40         * OleDbDataAdapter.cs: added missing attributes
41
42 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
43
44         * OleDbDataReader.cs : don't output debug message to Console.
45
46 2004-05-20  Gert Driesen (drieseng@users.sourceforge.net)
47
48         *  OleDbPermissionAttribute.cs: change AllowMultiple and
49         Inherited to match .NET
50
51 2004-05-14 Umadevi S (sumadevi@novell.com)
52         * OleDbAdapter.cs -Implemented attributes, changed method signature for fill
53
54 2004-05-14 Umadevi S (sumadevi@novell.com)
55         * OleDbCommand.cs - Completed implementing all the attributes
56
57 2004-05-14 Umadevi S (sumadevi@novell.com)
58         * OleDbCommand.cs - Completed implementing all the attribute
59
60 2004-05-14 Umadevi S (sumadevi@novell.com)
61         * OleDbConnection.cs - Completed implementing all the attributes
62                            - Stubbed EnlistDistributedTransaction method
63
64 2004-05-14 Umadevi S (sumadevi@novell.com)
65         * OleDbDataAdapter.cs - Completed implementing all the attributes
66                            - Stubbed the Fill methods
67
68 2004-05-14 Umadevi S (sumadevi@novell.com)
69         * OleDbParameter.cs - Completed implementing all the attributes             
70
71
72 2004-05-13 Umadevi S (sumadevi@novell.com)
73         * OleDbDataReader.cs - Stubbed HasRows method
74                         - Implemented EditorBrowsableAttribute
75         * OleDbParameterConverter.cs - Stubbed this class
76         * OleDbParameter.cs - Added a few attributes.
77
78 2004-05-09  Gert Driesen (drieseng@users.sourceforge.net)
79         * OleDbCommand.cs: removed setter for Parameters property to
80         match MS.NET
81         * OleDbCommandBuilder.cs: fixed GetUpdatetCommand typo
82         * OleDbErrorCollection: added default internal ctor to match
83         MS.NET
84         * OleDbInfoMessageEventArgs.cs: added default internal ctor
85         to match MS.NET
86         * OleDbParameter.cs: added setter for IsNullable
87         * OleDbParameterCollection: added default internal ctor to
88         match MS.NET
89         * OleDbPermission.cs: removed extra IsSubsetOf method
90
91 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
92
93         * OleDbPermissionAttribute.cs: missing bits from Gert's patch for
94         CLS compliance.
95
96 2004-01-10  Atsushi Enomoto  <atsushi@ximian.com>
97
98         * OleDbPermission.cs : NET_2_0 fix not to call obsolete .ctor.
99
100 2002-11-01  Daniel Morgan <danmorg@sc.rr.com>
101
102         * OleDbDataReader.cs: implemented
103         Dispose() and GetEnumerator()
104