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