Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Data/System.Data.SqlClient/ChangeLog')
-rwxr-xr-xmcs/class/System.Data/System.Data.SqlClient/ChangeLog10
1 files changed, 3 insertions, 7 deletions
diff --git a/mcs/class/System.Data/System.Data.SqlClient/ChangeLog b/mcs/class/System.Data/System.Data.SqlClient/ChangeLog
index 8cbc2916c38..5576c7f7c6b 100755
--- a/mcs/class/System.Data/System.Data.SqlClient/ChangeLog
+++ b/mcs/class/System.Data/System.Data.SqlClient/ChangeLog
@@ -1,10 +1,6 @@
-2004-09-02 Umadevi S <sumadevi@novell.com>
- * SqlCommand.cs - ExecuteNonQuery to return -1 incase of executing a storedprocedure
-
-
-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>