[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:52:34 -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-01 16:11:03.000000000 -0500
+++ shadow/72076.tmp.16399	2005-02-03 09:52:34.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 72076
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: Jeroen@xs4all.nl               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -25,6 +25,12 @@
 (NHibernate uses nothing else but IDbParameters).
 
 ------- Additional Comments From Jeroen@xs4all.nl  2005-02-01 16:11 -------
 Created an attachment (id=14014)
 patch
 
+
+------- 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.