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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
