You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Eiji Takahashi (JIRA)" <ji...@apache.org> on 2010/11/25 08:42:13 UTC

[jira] Updated: (DBCP-348) connectionInitSqls doesn't work correctly.

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

Eiji Takahashi updated DBCP-348:
--------------------------------

    Attachment: connectionInitSqls.patch

change parameter name from 'initConnectionSqls' to 'connectionInitSqls'

> connectionInitSqls doesn't work correctly. 
> -------------------------------------------
>
>                 Key: DBCP-348
>                 URL: https://issues.apache.org/jira/browse/DBCP-348
>             Project: Commons Dbcp
>          Issue Type: Bug
>    Affects Versions: 1.3, 1.4
>         Environment: CentOS 5.4
> JDK 6u21
>            Reporter: Eiji Takahashi
>            Priority: Minor
>         Attachments: connectionInitSqls.patch
>
>
> The parameter name is different between the source code and the online document.
> Souce code(BasicDataSourceFactory.java):
>    private final static String PROP_INITCONNECTIONSQLS = "initConnectionSqls";
> Online document(http://commons.apache.org/dbcp/configuration.html):
>    Parameter name: connectionInitSqls

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