2004-08-12 Sureshkumar T <tsureshkumar@novell.com>
[mono.git] / mcs / class / System.Data / System.Data.SqlClient / ChangeLog
index 7bba9a32bb8fc7f8de6e0ae89b2c509fb3214c35..3abf6cdb49a6e438219b274af37ffe4e089a0c68 100755 (executable)
@@ -1,3 +1,27 @@
+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