[Mono-bugs] [Bug 40315][Maj] Changed - SqlCommand::ExecuteNonQuery always returns 0
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 22 Aug 2003 00:49:29 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by duncan@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=40315
--- shadow/40315 2003-08-18 09:39:49.000000000 -0400
+++ shadow/40315.tmp.13273 2003-08-22 00:49:29.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 40315
Product: Mono/Class Libraries
Version: unspecified
OS: Debian Woody
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: System.Data.SqlClient
AssignedTo: rodrigo@ximian.com
ReportedBy: JoergR@voelcker.com
QAContact: mono-bugs@ximian.com
@@ -53,6 +53,14 @@
if it is successfull.
2) RecordsAffected was not filled correctly by Tds.ProcessEndToken.
I've found out that the record count was submitted for
TdsPacketSubType.Done. So I changed the behaviour to include this
(without deeper knowledge of the TDS protocol).
+
+------- Additional Comments From duncan@ximian.com 2003-08-22 00:49 -------
+Patch applied to CVS.
+
+http://lists.ximian.com/archives/public/mono-patches/2003-August/023075.html
+http://lists.ximian.com/archives/public/mono-patches/2003-August/023076.html
+
+Marking this bug as FIXED.