[
https://issues.apache.org/jira/browse/DBCP-204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Phil Steitz resolved DBCP-204.
------------------------------
Resolution: Fixed
Patch applied with minor changes in r882981.
Changes:
* Allowed PoolableCallableStatement to be closed twice (consistent with new
behavior in PoolablePreparedStatement)
* Added test cases
* Javadoc
Thanks!
> BasicDataSource doesn't include CallableStatement Pooling
> ---------------------------------------------------------
>
> Key: DBCP-204
> URL: https://issues.apache.org/jira/browse/DBCP-204
> Project: Commons Dbcp
> Issue Type: New Feature
> Affects Versions: 1.2.1
> Environment: All
> Reporter: Wei Chen
> Assignee: Phil Steitz
> Priority: Minor
> Fix For: 1.3
>
> Attachments: PoolingCallableStatment.patch
>
>
> Hello =)
> I had explored DBCP source code to cook for my project need recently.
> As it's said that the Database Connection Pool (DBCP) component can be used
> in applications where JDBC resources need to be pooled.
> "Apart from JDBC connections, this provides support for pooling Statement and
> PreparedStatement instances as well."
> I am curious that why it does not support for pooling CallableStatement.
> Does anybody know why the developer did not implement this furture?Are there
> some special consideration or some reason else?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.