* Makefile: Build the make-map.exe in Mono.Unix.Native; add /nowarn:0618 to
[mono.git] / mcs / class / System.Data / System.Data.OleDb / ChangeLog
index 5584b1616c3309e57e41500094a07d5dea1d05ee..983774a4a5c961b67d7759f224d110729716d5b5 100644 (file)
@@ -1,9 +1,61 @@
+2005-09-20  Alexandre Miguel Pedro Gomes  <alexmipego@gmail.com>
+       
+       * OleDbConnection.cs: Verify and throw an exception if the
+       connection isn't valid.
+
+2005-09-13  Sureshkumar T  <tsureshkumar@novell.com>
+
+       * Moved TestGda.cs & TestOleDb.cs to ..\Test.
+       
+2005-08-08  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * OleDbDataAdapter.cs: Fixed custom attributes to match MS.NET.
+       * OleDbCommand.cs: Fixed custom attributes to match MS.NET.
+       * OleDbParameter.cs: Fixed custom attribute to match MS.NET.
+       * OleDbException.cs: Added ErrorTypeConverter, assigned to ErrorCode
+       property to match MS.NET.
+       * OleDbConnection.cs: Fixed custom attributes to match MS.NET.
+
+2005-02-16  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * OleDbCommand.cs: Make it inherit from the correct base class in 2.0,
+       and added stubs for some interface methods.
+
+2004-09-14  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * OleDbPermission.cs: Added internal constructor accepting an OleDb
+       PermissionAttribute parameter (using base class protected ctor).
+       Re-added the Provider property (removed by error).
+       * OleDbPermission.cs: Copy now use the new OleDbPermission
+       constructor. Re-added the Provider property (removed by error).
+
+2004-09-13  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * OleDbPermission.cs: Mostly completed (needs tests).
+       * OleDbPermissionAttribute.cs: Completed.
+
+2004-06-16  Gert Driesen <drieseng@users.sourceforge.net>
+
+       * OleDbError.cs: fixed serialization compatibility with MS.NET
+       * OleDbErrorCollection.cs: fixed serialization compatibility with
+       MS.NET
+
+2004-06-13  Gert Driesen <drieseng@users.sourceforge.net>
+
+       * OleDbLiteral.cs: changed enum field values to match MS.NET
+       * OleDbType.cs: changed enum field values to match MS.NET
+
+2004-06-04  Gert Driesen <drieseng@users.sourceforge.net>
+
+       * OleDbDataAdapter.cs: added stub for missing 
+       Dispose override
+
 2004-06-02  Gert Driesen <drieseng@users.sourceforge.net>
 
-       * OleDbParameter.cs: added missing attributes
-       * OleDbPermission.cs: added missing attributes
-       * OleDbConnection.cs: added missing attributes
-       * OleDbDataAdapter.cs: added missing attributes
+        * OleDbParameter.cs: added missing attributes
+        * OleDbPermission.cs: added missing attributes
+        * OleDbConnection.cs: added missing attributes
+        * OleDbDataAdapter.cs: added missing attributes
 
 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>