2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / System.Data / System.Data.OleDb / ChangeLog
index 81909bbc66f2d78d51339558d629d31191fd37f4..ab2d96bacfc26a0c7cca6a3ca70ab3293f451501 100644 (file)
@@ -1,3 +1,57 @@
+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
+
+2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * OleDbDataReader.cs : don't output debug message to Console.
+
+2004-05-20  Gert Driesen (drieseng@users.sourceforge.net)
+
+        *  OleDbPermissionAttribute.cs: change AllowMultiple and
+        Inherited to match .NET
+
+2004-05-14 Umadevi S (sumadevi@novell.com)
+        * OleDbAdapter.cs -Implemented attributes, changed method signature for fill
+
+2004-05-14 Umadevi S (sumadevi@novell.com)
+        * OleDbCommand.cs - Completed implementing all the attributes
+
+2004-05-14 Umadevi S (sumadevi@novell.com)
+        * OleDbCommand.cs - Completed implementing all the attribute
+
 2004-05-14 Umadevi S (sumadevi@novell.com)
         * OleDbConnection.cs - Completed implementing all the attributes
                            - Stubbed EnlistDistributedTransaction method