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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -67,6 +67,11 @@ +// Treat everything else as a string +// Init string buffer +if (Value is String) + paramValueString = "\'"+paramValueString+"\'"; +return paramValueString; +} + +------- Additional Comments From [EMAIL PROTECTED] 2005-05-31 06:52 ------- +fixed in svn. + +in revision #45245. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
