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

Rick Hillegas updated DERBY-4869:
---------------------------------

    Attachment: derby-4869-06-aa-cs-getObject.diff

Attaching derby-4869-06-aa-cs-getObject.diff. This is a preliminary patch for 
adding the new getObject() overloads to our CallableStatement implementations. 
The production code is ready for review. However, I am still writing the tests.

Touches the following files:

---------

M      java/engine/build.xml
M      java/engine/org/apache/derby/impl/jdbc/EmbedCallableStatement40.java
M      java/engine/org/apache/derby/iapi/jdbc/BrokeredCallableStatement40.java

Changes to embedded driver.

---------

M      java/client/org/apache/derby/client/am/LogicalCallableStatement40.java
M      java/client/org/apache/derby/client/am/CallableStatement.java
M      java/client/org/apache/derby/client/am/CallableStatement40.java

Changes to network driver.

---------

M      
java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/CallableStatementTest.java
A      
java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/Wrapper41.java
A      
java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/Wrapper41Test.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/ResultSetTest.java

Tests. I am trying to use the same verification code on ResultSet.getObject() 
and CallableStatement.getObject().


> 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
>         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, disable-tests.diff, JDBC_4.1_Changes.html
>
>
> 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.

Reply via email to