[Mono-bugs] [Bug 75041][Nor] Changed - Binding
OdbcCommand.Parameters with Type OdbcType.Decimal
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue May 31 06:52:13 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=75041
--- shadow/75041 2005-05-31 03:04:40.000000000 -0400
+++ shadow/75041.tmp.32143 2005-05-31 06:52:13.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 75041
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Sys.Data
AssignedTo: tsureshkumar at novell.com
ReportedBy: timo-mono at pokorra.de
QAContact: mono-bugs at ximian.com
@@ -67,6 +67,11 @@
+// Treat everything else as a string
+// Init string buffer
+if (Value is String)
+ paramValueString = "\'"+paramValueString+"\'";
+return paramValueString;
+}
+
+------- Additional Comments From tsureshkumar at novell.com 2005-05-31 06:52 -------
+fixed in svn.
+
+in revision #45245.
More information about the mono-bugs
mailing list