[Mono-bugs] [Bug 73252][Blo] Changed - SqlCommand.ExecuteReader Method (CommandBehavior) exhausts connection pool

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 7 Mar 2005 05:18:07 -0500 (EST)


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 joergr@voelcker.com.

http://bugzilla.ximian.com/show_bug.cgi?id=73252

--- shadow/73252	2005-03-02 19:49:29.000000000 -0500
+++ shadow/73252.tmp.25366	2005-03-07 05:18:07.000000000 -0500
@@ -154,6 +154,11 @@
 code that runs on MS.NET and should run on MONO without issues doesn't.
 
 The workaround is to explicitly open the connection initially and not 
 pass the ConnectionBehavior.CloseConnection to the ExecuteReader(), then 
 explicitly close the connection. I've commented out the workaround code 
 in the source.
+
+------- Additional Comments From JoergR@voelcker.com  2005-03-07 05:18 -------
+Created an attachment (id=14566)
+Proposed patch
+