[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
Thu Jan 11 09:16:04 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 jt at occams.info.
http://bugzilla.ximian.com/show_bug.cgi?id=77262
--- shadow/77262 2007-01-10 15:53:12.000000000 -0500
+++ shadow/77262.tmp.25606 2007-01-11 09:16:04.000000000 -0500
@@ -152,6 +152,15 @@
------- Additional Comments From miguel at ximian.com 2007-01-10 15:53 -------
There is a problem with this patch, it removed a previously public
class: SqliteDataReader, which means that it breaks the API.
Is it possible to get a reworked and updated version of this patch
that does not do that?
+
+------- Additional Comments From jt at occams.info 2007-01-11 09:16 -------
+iirc, it does some svn trickery --- it's creating a new file
+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.
More information about the mono-bugs
mailing list