Only set *configured* default values for Connection
---------------------------------------------------

                 Key: DBCP-234
                 URL: https://issues.apache.org/jira/browse/DBCP-234
             Project: Commons Dbcp
          Issue Type: Improvement
            Reporter: Dain Sundstrom
             Fix For: 1.3


All default values for connections (auto-commit, read-only, transaction 
isolation, etc) should be non-primitive types, so it can be determined if they 
were configured by the user.  Only default values configured by the user should 
be set on connections.  This will help to avoid problems where drivers don't 
support the invocation of methods like setReadOnly and lets driver default 
values pass through to the user.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to