[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 10:02:33 -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 tsureshkumar@novell.com.

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

--- shadow/73252	2005-03-07 10:00:15.000000000 -0500
+++ shadow/73252.tmp.2231	2005-03-07 10:02:33.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 73252
 Product: Mono: Class Libraries
 Version: unspecified
 OS: SUSE 9.1
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Blocker
 Component: Sys.Data.SqlClient
 AssignedTo: tsureshkumar@novell.com                            
 ReportedBy: mono@eyekahn.com               
 QAContact: mono-bugs@ximian.com
@@ -159,6 +159,19 @@
 in the source.
 
 ------- Additional Comments From JoergR@voelcker.com  2005-03-07 05:18 -------
 Created an attachment (id=14566)
 Proposed patch
 
+
+------- Additional Comments From tsureshkumar@novell.com  2005-03-07 10:02 -------
+fixed in svn. 
+
+i've added a simple fix of setting behavior member variable for
+SqlCommand. 
+
+Your patch is elegant, but that needs some more refactoring in both
+SqlCommand as well as SqlDataReader. This might be looked into later.
+
+Thanks for your patch.
+
+suresh.