[Mono-bugs] [Bug 62613][Wis] Changed - [Patch]
Mono.Data.SqliteClient named input parameters
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon May 23 12:31:26 EDT 2005
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 thomas.zoechling at gmx.at.
http://bugzilla.ximian.com/show_bug.cgi?id=62613
--- shadow/62613 2005-05-23 12:23:12.000000000 -0400
+++ shadow/62613.tmp.28942 2005-05-23 12:31:25.000000000 -0400
@@ -122,6 +122,17 @@
hopefully be committed soon. Details to come...
------- Additional Comments From thomas.zoechling at gmx.at 2005-05-23 12:23 -------
Created an attachment (id=15191)
Parameter Support for Mono.Data.SqliteClient
+
+------- Additional Comments From thomas.zoechling at gmx.at 2005-05-23 12:31 -------
+The above Patch adds Parameter support to Mono.Data.SqliteClient.
+Additionally it contains unit tests provided by Chris Turchin.
+The sqlite2 Parameter support is based on the code that was initially
+attached to this bug.
+Sqlite3 support comes from Jeroen
+(http://bugzilla.ximian.com/show_bug.cgi?id=72076).
+The patch should also enable us to use DataAdapters with Sqlite (Some
+simple tests are included in SqliteTest.cs and in SqliteUnitTest)
+
More information about the mono-bugs
mailing list