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