[Mono-bugs] [Bug 78103][Nor] Changed - SqlCommand incorrectly
assumes ; is valid syntax.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Apr 18 03:02:26 EDT 2006
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 tsenganal at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78103
--- shadow/78103 2006-04-13 19:41:43.000000000 -0400
+++ shadow/78103.tmp.2606 2006-04-18 03:02:26.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 78103
Product: Mono: Class Libraries
Version: unspecified
OS: All
OS Details:
-Status: NEW
+Status: ASSIGNED
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Sys.Data.SqlClient
AssignedTo: tsenganal at novell.com
ReportedBy: mike.hull at coversant.net
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -40,6 +40,10 @@
Sorry I didn't have time to create a patch for this today. A refactor of
the Execute code that changes {0}{1};{2} to {0}{1}{2}, moving ; to the sql2
StringBuilder should be sufficient.
Work around:
Thanks to robertj, workaround is to add -- to the end of the command.
+
+------- Additional Comments From tsenganal at novell.com 2006-04-18 03:02 -------
+sorry for the delay .. pls create an attachment for the function
+definition that causes the failure ..
More information about the mono-bugs
mailing list