зеркало из https://github.com/mono/mail-archives.git
82 строки
4.0 KiB
HTML
82 строки
4.0 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 77262][Wis] Changed - [PATCH] Sqlite Support for Multiple Result Sets
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2077262%5D%5BWis%5D%20Changed%20-%20%5BPATCH%5D%20Sqlite%20Support%20for%0A%09Multiple%20Result%20Sets&In-Reply-To=bug-77262%40chernobyl.ximian.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="052997.html">
|
|
<LINK REL="Next" HREF="052999.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 77262][Wis] Changed - [PATCH] Sqlite Support for Multiple Result Sets</H1>
|
|
<B>bugzilla-daemon at bugzilla.ximian.com</B>
|
|
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%2077262%5D%5BWis%5D%20Changed%20-%20%5BPATCH%5D%20Sqlite%20Support%20for%0A%09Multiple%20Result%20Sets&In-Reply-To=bug-77262%40chernobyl.ximian.com"
|
|
TITLE="[Mono-bugs] [Bug 77262][Wis] Changed - [PATCH] Sqlite Support for Multiple Result Sets">bugzilla-daemon at bugzilla.ximian.com
|
|
</A><BR>
|
|
<I>Fri Jan 19 21:24:26 EST 2007</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="052997.html">[Mono-bugs] [Bug 80539][Wis] Changed - Toolbar doesn't dock correctly
|
|
</A></li>
|
|
<LI>Next message: <A HREF="052999.html">[Mono-bugs] [Bug 77262][Wis] Changed - [PATCH] Sqlite Support for Multiple Result Sets
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#52998">[ date ]</a>
|
|
<a href="thread.html#52998">[ thread ]</a>
|
|
<a href="subject.html#52998">[ subject ]</a>
|
|
<a href="author.html#52998">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>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 <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">jhill at arcfocus.com.</A>
|
|
|
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=77262">http://bugzilla.ximian.com/show_bug.cgi?id=77262</A>
|
|
|
|
--- 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 <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">jhill at arcfocus.com</A> 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.
|
|
</PRE>
|
|
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="052997.html">[Mono-bugs] [Bug 80539][Wis] Changed - Toolbar doesn't dock correctly
|
|
</A></li>
|
|
<LI>Next message: <A HREF="052999.html">[Mono-bugs] [Bug 77262][Wis] Changed - [PATCH] Sqlite Support for Multiple Result Sets
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#52998">[ date ]</a>
|
|
<a href="thread.html#52998">[ thread ]</a>
|
|
<a href="subject.html#52998">[ subject ]</a>
|
|
<a href="author.html#52998">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
|
|
mailing list</a><br>
|
|
</body></html>
|