[Mono-bugs] [Bug 77262][Wis] Changed - [PATCH] Sqlite Support for Multiple Result Sets

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Jan 19 21:24:26 EST 2007


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 jhill at arcfocus.com.

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

--- shadow/77262	2007-01-11 09:16:04.000000000 -0500
+++ shadow/77262.tmp.5617	2007-01-19 21:24:26.000000000 -0500
@@ -161,6 +161,14 @@
 SqliteResultSet.cs based on (from a copy of) the SqliteDataReader.cs
 file, without deleting the old file.  So the old class is still there.
  This was done because the functionality of the SqliteDataReader was
 moving into SqliteResultSet, so we preserve the version history of
 SqliteDataReader even though much of the code is deleted from that
 particular file.
+
+------- Additional Comments From jhill at arcfocus.com  2007-01-19 21:24 -------
+Joshua is correct.  I created the patch by doing an svn copy of
+SqliteDataReader.cs to SqliteResultSet.cs.  You should be able to
+apply the patch by first doing that svn copy, and then applying the
+patch.  I'm attaching an updated patch now.  There were a lot of
+changes added for NET_2_0 since I originally posted this patch, so
+please let me know if I need to change anything else.


More information about the mono-bugs mailing list