[Mono-bugs] [Bug 75701][Maj] Changed - Extra "exec" keyword breaks
sp_reset_connection
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Aug 5 13:01:03 EDT 2005
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 tsureshkumar at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75701
--- shadow/75701 2005-08-05 13:00:51.000000000 -0400
+++ shadow/75701.tmp.24627 2005-08-05 13:01:03.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 75701
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: Sys.Data.SqlClient
AssignedTo: tsureshkumar at novell.com
ReportedBy: bugzilla at patearl.net
QAContact: mono-bugs at ximian.com
@@ -26,6 +26,9 @@
Naturally, this fails. The culprit appears to be line 357 in
Mono.Data.Tds.Protocol/Tds70.cs:
ExecProc ("exec sp_reset_connection");
ExecProc() appears to add an "exec" on its own, leading to the duplicate.
+
+------- Additional Comments From tsureshkumar at novell.com 2005-08-05 13:01 -------
+fixed in svn.
More information about the mono-bugs
mailing list