[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
Wed Jan 24 22:43:53 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-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 grendello at gmail.com  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 jhill at arcfocus.com  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.


More information about the mono-bugs mailing list