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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 30 Mar 2005 16:03:21 -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 chris@turchin.net.

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

--- shadow/62613	2005-03-20 19:25:06.000000000 -0500
+++ shadow/62613.tmp.1274	2005-03-30 16:03:21.000000000 -0500
@@ -86,6 +86,21 @@
 This leds a situation where when someone adds a parameter into a
 command he/she will never be able to has access to it.
 
 I know that the actual implementation of SqliteParameter's is not
 usable but adding a parameter and not being able of pop it back I
 think it's a bug.
+
+------- Additional Comments From chris@turchin.net  2005-03-30 16:03 -------
+this patch can no longer be applied but is there a reason why
+implementing the named parameters in this way should not be done
+(using regex and the @-symbol to mark parameters)? 
+
+i had been maintaining a version of sqliteclient using this
+implementation for named params for quite a while (using for an
+asp.net app and some console stuff) until i got tired of keeping it
+separate from the mono version. 
+
+is anyone but me interested in having named parameters for
+sqliteclient? i might consider revising the patch if anyone would
+actually apply it...
+