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

Phil Steitz closed DBCP-249.
----------------------------


> Validate connection only on create.
> -----------------------------------
>
>                 Key: DBCP-249
>                 URL: https://issues.apache.org/jira/browse/DBCP-249
>             Project: Commons Dbcp
>          Issue Type: New Feature
>    Affects Versions: 1.2.2
>         Environment: All.
>            Reporter: Parag Mehta
>             Fix For: 2.0
>
>
> Request to add support for testOnCreate, to validate connections only when 
> they are created, much less frequent than on borrow.
> This will solve issues where for example driver logs you into master instead 
> of db on the connection string because db is not available (e.g. Sybase) and 
> then rest of the queries fail.  This only happens on first login.  Hence 
> validating the correct db using sql can test such a case so that borrowers 
> are guaranteed correct db without having to testOnBorrow every time.
> May also be worthwhile to support different validation queries for testing at 
> different times.
> Thanks.
> Parag



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to