[ https://issues.apache.org/jira/browse/OPENJPA-2264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Albert Lee reopened OPENJPA-2264:
---------------------------------
Need to restore deleted method to maintain backward binary compatibility.
> Upcast PreparedStatementManagerImpl.logSQLWarnings to take a Statement rather than a
PreparedStatement
> ------------------------------------------------------------------------------------------------------
>
> Key: OPENJPA-2264
> URL: https://issues.apache.org/jira/browse/OPENJPA-2264
> Project: OpenJPA
> Issue Type: Improvement
> Components: jdbc, kernel
> Affects Versions: 2.2.0, 2.3.0
> Reporter: Rick Curtis
> Assignee: Rick Curtis
> Priority: Minor
> Fix For: 2.3.0, 2.2.2, 2.2.1.1
>
>
> While writing a custom PreparedStatementManager I have a Statement that I want to pass
to the org.apache.openjpa.jdbc.kernel.PreparedStatementManagerImpl.logSQLWarnings method,
but that method incorrectly requires a PreparedStatement.
> With this JIRA I'm going to change the parameter type for this method to accept a Statement.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|