https://bugzilla.novell.com/show_bug.cgi?id=443131


           Summary: [2.0] SqlConnection.ClearPool does not close free
                    connections
           Product: Mono: Class Libraries
           Version: SVN
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Data.SqlClient
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: ---


Apparently, our implementation of SqlConnection.ClearPool does not close a
pooled connection that is not in used.

Also, pooled connections that are in used at the time when ClearPool is invoked
should be marked as non-pooled so that the connection is closed (and not
returned to the pool) when Close is invoked.

I'll fix this later and commit a correspondig unit test.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to