You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Phil Steitz (JIRA)" <ji...@apache.org> on 2010/02/15 05:35:28 UTC

[jira] Updated: (DBCP-234) Only set *configured* default values for Connection

     [ https://issues.apache.org/jira/browse/DBCP-234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Phil Steitz updated DBCP-234:
-----------------------------

    Fix Version/s:     (was: 1.4)
                   1.4.1
                   1.3.1

> 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.1, 1.4.1
>
>
> 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.