[Mono-bugs] [Bug 72076][Nor] Changed - SqliteClient doesn't handle IDbParameters
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 11 Apr 2005 03:37:48 -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 brion@pobox.com.
http://bugzilla.ximian.com/show_bug.cgi?id=72076
--- shadow/72076 2005-03-04 21:25:48.000000000 -0500
+++ shadow/72076.tmp.6443 2005-04-11 03:37:48.000000000 -0400
@@ -10,13 +10,12 @@
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: Jeroen@xs4all.nl
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: SqliteClient doesn't handle IDbParameters
The attached patch does a basic String.Replace to replace the parameter
names with the actual values in the SQL string. Unknown if the if statement
covers all "special" types (String is put in quotes, DBNull is converted to
"?", the rest just does param.Value.ToString()).
@@ -48,6 +47,11 @@
Please remove the debugging C.WL before applying and please update the testcases as
well
-kangaroo
+
+------- Additional Comments From brion@pobox.com 2005-04-11 03:37 -------
+Bug 62613, bug 72076 and bug 61130 seem to be about the same issue;
+the three should probably be merged and one of the solutions applied...
+