You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Rick Curtis (JIRA)" <ji...@apache.org> on 2012/09/20 18:27:07 UTC

[jira] [Created] (OPENJPA-2264) Upcast PreparedStatementManagerImpl.logSQLWarnings to take a Statement rather than a PreparedStatement

Rick Curtis created OPENJPA-2264:
------------------------------------

             Summary: 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.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

[jira] [Commented] (OPENJPA-2264) Upcast PreparedStatementManagerImpl.logSQLWarnings to take a Statement rather than a PreparedStatement

Posted by "Rick Curtis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENJPA-2264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13465093#comment-13465093 ] 

Rick Curtis commented on OPENJPA-2264:
--------------------------------------

Committed revision 1388137 to trunk.
                
> 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.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

[jira] [Commented] (OPENJPA-2264) Upcast PreparedStatementManagerImpl.logSQLWarnings to take a Statement rather than a PreparedStatement

Posted by "Rick Curtis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENJPA-2264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13492413#comment-13492413 ] 

Rick Curtis commented on OPENJPA-2264:
--------------------------------------

Merged changes from trunk to 2.2.x and 2.2.1.x.
                
> 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
>
>
> 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

[jira] [Resolved] (OPENJPA-2264) Upcast PreparedStatementManagerImpl.logSQLWarnings to take a Statement rather than a PreparedStatement

Posted by "Albert Lee (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-2264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Albert Lee resolved OPENJPA-2264.
---------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.2.1)
    
> 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
>
>
> 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

[jira] [Reopened] (OPENJPA-2264) Upcast PreparedStatementManagerImpl.logSQLWarnings to take a Statement rather than a PreparedStatement

Posted by "Rick Curtis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-2264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick Curtis reopened OPENJPA-2264:
----------------------------------

    
> 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
>
>
> 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

[jira] [Closed] (OPENJPA-2264) Upcast PreparedStatementManagerImpl.logSQLWarnings to take a Statement rather than a PreparedStatement

Posted by "Albert Lee (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-2264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Albert Lee closed OPENJPA-2264.
-------------------------------

    
> 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
>
>
> 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

[jira] [Resolved] (OPENJPA-2264) Upcast PreparedStatementManagerImpl.logSQLWarnings to take a Statement rather than a PreparedStatement

Posted by "Rick Curtis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-2264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick Curtis resolved OPENJPA-2264.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.1.1
                   2.2.2
    
> 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