You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Rick Hillegas (JIRA)" <ji...@apache.org> on 2011/01/26 20:06:43 UTC

[jira] Issue Comment Edited: (DERBY-4869) Implement JDBC 4.1, the api increment introduced by Java 7

    [ https://issues.apache.org/jira/browse/DERBY-4869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12987166#action_12987166 ] 

Rick Hillegas edited comment on DERBY-4869 at 1/26/11 2:05 PM:
---------------------------------------------------------------

Attaching derby-4869-20-aa-setSchemaFastPath.diff. This adds the optimization Knut suggested: In the network case, don't bother trying to change the schema if session data is being cached and the old schema name is the same as the new name passed to Connection.setSchema(). Committed at subversion revision 1063831.

Touches the following file:

M      java/client/org/apache/derby/client/am/Connection.java


      was (Author: rhillegas):
    Attaching derby-4869-20-aa-setSchemaFastPath.diff. This adds the optimization Knut suggested: In the network case, don't bother trying to change the schema if session data is being cached and the old schema name is the same as the new name passed to Connection.setSchema().

Touches the following file:

M      java/client/org/apache/derby/client/am/Connection.java

  
> Implement JDBC 4.1, the api increment introduced by Java 7
> ----------------------------------------------------------
>
>                 Key: DERBY-4869
>                 URL: https://issues.apache.org/jira/browse/DERBY-4869
>             Project: Derby
>          Issue Type: Improvement
>          Components: JDBC
>            Reporter: Rick Hillegas
>            Assignee: Rick Hillegas
>         Attachments: derby-4869-01-ac-rs-getObject.diff, derby-4869-01-ad-rs-getObject.diff, derby-4869-02-aa-cs-ps-addBatch.diff, derby-4869-02-ab-cs-ps-addBatch.diff, derby-4869-03-aa-rs-getObject-errorCleanup.diff, derby-4869-04-aa-rs-getObject-simplification.diff, derby-4869-05-aa-rs-getObject-exception.diff, derby-4869-06-aa-cs-getObject.diff, derby-4869-06-ab-cs-getObject.diff, derby-4869-07-aa-timedisplacement.diff, derby-4869-08-ac-nullHandling.diff, derby-4869-09-ac-abort.diff, derby-4869-10-aa-abortSecurityTest.diff, derby-4869-11-aa-abortHidePrivates.diff, derby-4869-12-aa-xaAndPooledAborts.diff, derby-4869-13-aa-xaAndPooledAbortsSecurityManager.diff, derby-4869-14-ac-closeOnCompletion.diff, derby-4869-15-aa-autoGenKeys.diff, derby-4869-16-aa-clarifyStatementSpec.diff, derby-4869-17-aa-statementTimeoutException.diff, derby-4869-18-aa-getSetSchema.diff, derby-4869-19-aa-getSetNetworkTimeout.diff, derby-4869-20-aa-setSchemaFastPath.diff, derby-4869-exp-01-aa-noTryCatch.diff, disable-tests.diff, JDBC_4.1_Changes.html, timezone.diff
>
>
> This is a master issue logged to track our work implementing JDBC 4.1, the changes to the java.sql and javax.sql packages introduced by Java 7.

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