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-24 14:58:37.000000000 -0500 +++ shadow/77262.tmp.9833 2007-01-24 22:43:53.000000000 -0500 @@ -189,6 +189,19 @@ ------- Additional Comments From [EMAIL PROTECTED] 2007-01-24 14:58 ------- Joseph, I was about to submit your patch, but it seems that the svn trunk tree is missing the SqliteResultSet.cs file - could you please send in a patch which creates the file along with the other changes? + +------- Additional Comments From [EMAIL PROTECTED] 2007-01-24 22:43 ------- +Marek, +SqliteResultSet.cs isn't a new file. It's an svn copy of +SqliteDataReader.cs. For some reason, when I create the patch, it +doesn't include the information about it being an svn copy. All you +need to do is execute the following before applying the patch: + +svn copy SqliteDataReader.cs SqliteResultSet.cs + +This seems to have created a bit of confusion all around, but as +Joshua mentioned above, I think that it is worth keeping the version +history intact for both files. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
