[Mono-bugs] [Bug 61130][Nor] Changed - Mono.Data.SqliteCommand ignore the sql params

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 11 Apr 2005 03:37:34 -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=61130

--- shadow/61130	2004-08-08 21:42:45.000000000 -0400
+++ shadow/61130.tmp.6430	2005-04-11 03:37:34.000000000 -0400
@@ -10,13 +10,12 @@
 Component: Sys.Data
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: tom@aliacom.fr               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: Mono.Data.SqliteCommand ignore the sql params
 
 I'm trying to use the following code to insert data in an sqlite table :
 
 	public void store(Feed f) {
 	    Console.WriteLine("Storing feed {0} {1}", f.getUrl(), f.getLabel());
@@ -59,6 +58,11 @@
 spc.Add("bar", "bla");
 
 would be correct.
 
 -kang
 
+
+------- 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...
+