[Mono-bugs] [Bug 62613][Wis] Changed - [Patch] Mono.Data.SqliteClient named input parameters

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 11 May 2005 14:55:50 -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 chris@turchin.net.

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

--- shadow/62613	2005-04-28 14:52:44.000000000 -0400
+++ shadow/62613.tmp.27018	2005-05-11 14:55:50.000000000 -0400
@@ -110,6 +110,13 @@
 
 
 ------- Additional Comments From thomas.zoechling@gmx.at  2005-04-28 14:52 -------
 It would be great if a patch gets commited that enables SqliteParameters.
 Is the missing Parameter Support the only thing that keeps me from
 using Sqlite with a DataAdapter?
+
+------- Additional Comments From chris@turchin.net  2005-05-11 14:55 -------
+Thomas (see above) has reworked this patch and combined it with
+Jeroen's patch (for v.3 Sqlite, which supports named parameters
+natively: http://bugzilla.ximian.com/show_bug.cgi?id=72076). I have
+created some unit tests for all of this as well. All of this can
+hopefully be committed soon. Details to come...