You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Andrus Adamchik (JIRA)" <ji...@apache.org> on 2014/03/16 07:16:43 UTC

[jira] [Created] (CAY-1918) Replace Oracle LOB hacks with JDBC 4.0 API

Andrus Adamchik created CAY-1918:
------------------------------------

             Summary: Replace Oracle LOB hacks with JDBC 4.0 API
                 Key: CAY-1918
                 URL: https://issues.apache.org/jira/browse/CAY-1918
             Project: Cayenne
          Issue Type: Improvement
            Reporter: Andrus Adamchik
            Assignee: Andrus Adamchik
             Fix For: 3.2.M2


JDBC 4.0 (included in Java 6) provides methods for BLOB/CLOB manipulation that work with latest Oracle drivers (ojdbc6.jar). So we can remove all the Oracle LOB hacks that among other things make interception of BatchActions a pain. 

Per Oracle docs, 11-series drivers work with DB versions back to 9.x: http://docs.oracle.com/cd/E11882_01/java.112/e10589/getsta.htm#JJDBC28046 So what can possibly go wrong here :)



--
This message was sent by Atlassian JIRA
(v6.2#6252)