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