[Mono-bugs] [Bug 72076][Nor] Changed - SqliteClient doesn't handle IDbParameters
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 3 Feb 2005 09:53:10 -0500 (EST)
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 jeroen@xs4all.nl.
http://bugzilla.ximian.com/show_bug.cgi?id=72076
--- shadow/72076 2005-02-03 09:52:34.000000000 -0500
+++ shadow/72076.tmp.16412 2005-02-03 09:53:10.000000000 -0500
@@ -31,6 +31,11 @@
------- Additional Comments From Jeroen@xs4all.nl 2005-02-03 09:52 -------
The attached patch is a first start towards a proper implementation
using parameters in sqlite2/3. I've tested the Sqlite3 code and that
works fine now. I still need to write the code that parses a SQL
statement and replaces the parameter names with values for Sqlite2.
+
+------- Additional Comments From Jeroen@xs4all.nl 2005-02-03 09:53 -------
+Created an attachment (id=14060)
+first "real" patch
+