2004-08-12 Sureshkumar T <tsureshkumar@novell.com>
[mono.git] / mcs / class / System.Data / System.Data.SqlClient / ChangeLog
index abf8588dcc024690b9d112eafcdc7f913301c82d..3abf6cdb49a6e438219b274af37ffe4e089a0c68 100755 (executable)
@@ -1,3 +1,41 @@
+2004-08-12  Sureshkumar T <tsureshkumar@novell.com>
+       * SqlDataReader.cs - In Close method, the remaining resultsets are drained
+                            out, to read output parameters & to avoid stream overlap
+
+2004-06-30 Umadevi S <sumadevi@novell.com>
+        * SqlCommand.cs : In the Execute Method the commandbehavior parameters were ignored correct
+these
+
+2004-06-22  Atsushi Enomoto <atsushi@ximian.com>
+
+       * SqlCommandBuilder.cs : Avoid cast exception caused by DbNull.
+
+2004-06-18 Umadevi S <sumadevi@novell.com>
+       * SqlCommand.cs - ExecuteNonQuery returns -1 in all cases except
+               insert,update or delete.
+
+2004-06-18 Umadevi S <sumadevi@novell.com>
+       * SqlConnection.cs - handled null being passed as a connectionstring
+         - checked for minimal set of parameters in connectionstring.
+         - handled unrecogonized keywords similar to MS.NET
+
+2004-06-17 Umadevi S <sumadevi@novell.com>
+       * SqlTransaction.cs - fixed  multiple rollbacks being called causes invalidoperationexception
+
+2004-06-04  Gert Driesen <drieseng@users.sourceforge.net>
+
+       * SqlClientPermission.cs: removed extra CreateInstance
+       method
+
+2004-06-02  Gert Driesen <drieseng@users.sourceforge.net>
+
+        * SQLDebugging.cs: added missing attributes, marked ctor
+        public to match MS.NET
+
+2004-05-22  Atsushi Enomoto <atsushi@ximian.com>
+
+       * SqlClientPermission.cs : don't use chained obsolete .ctor.
+
 2004-05-20  Gert Driesen (drieseng@users.sourceforge.net)
 
        *  SqlClientPermissionAttribute.cs: change AllowMultiple and