[Mono-bugs] [Bug 61968][Cri] Changed - String Parameters in a OdbcCommand are not replaced correctly

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 28 Jul 2004 05:27:07 -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 sumadevi@novell.com.

http://bugzilla.ximian.com/show_bug.cgi?id=61968

--- shadow/61968	2004-07-28 01:37:34.000000000 -0400
+++ shadow/61968.tmp.6433	2004-07-28 05:27:07.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 61968
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: Fedora Core 2 [2.6.6-1.435.2.1 i686]
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Critical
 Component: Sys.Data
 AssignedTo: sumadevi@novell.com                            
 ReportedBy: accounts@sandmik.net               
 QAContact: mono-bugs@ximian.com
@@ -66,6 +66,12 @@
 And Results:
 System.Data.Odbc.OdbcException: [unixODBC][TCX][MyODBC]Unknown column 'us'
 in 'where clause'
 in <0x000c1> System.Data.Odbc.OdbcCommand:ExecSQL (string)
 
 THE 'us' IS THE VALUE FOR THE @un (username parameter) I supplied
+
+------- Additional Comments From sumadevi@novell.com  2004-07-28 05:27 -------
+Checking for parameter type string and having  quotes inserted.
+Fix checked into 1.0 and HEAD of CVS
+
+