You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cayenne.apache.org by "Ari Maniatis (JIRA)" <de...@cayenne.apache.org> on 2008/09/15 10:35:12 UTC

[jira] Created: (CAY-1107) Support JDBC 4

Support JDBC 4
--------------

                 Key: CAY-1107
                 URL: https://issues.apache.org/cayenne/browse/CAY-1107
             Project: Cayenne
          Issue Type: New Feature
          Components: Cayenne Core Library
    Affects Versions: 3.0
            Reporter: Ari Maniatis


Support new data types in JDBC 4. http://jcp.org/aboutJava/communityprocess/final/jsr221/index.html

This will probably involve creating a new maven build target for Java 6 and adding specific support there.

http://markmail.org/message/zfdrqz6rnnjkdsrr

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


[jira] Updated: (CAY-1107) Support JDBC 4

Posted by "Anatol Lutski (JIRA)" <de...@cayenne.apache.org>.
     [ https://issues.apache.org/cayenne/browse/CAY-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anatol Lutski updated CAY-1107:
-------------------------------

    Attachment: twonewtypes.patch

Two new extended types were added for java.sql.SLQXML and java.sql.NClob it allows:
1. A user is able to select SQLXML and NClob in the Modeler dropdown for DbAttribute types.
2. Creation SQLXML and NClob mapping with the Modeler is possible for both Java 1.5 and Java 1.6 users for Derbe DB (types.xml was updated).
These are only initial steps. The full support will be added later when a driver for any DB will be introduced (check the following comment http://markmail.org/message/o2nmvf2o47vte7ee).


> Support JDBC 4
> --------------
>
>                 Key: CAY-1107
>                 URL: https://issues.apache.org/cayenne/browse/CAY-1107
>             Project: Cayenne
>          Issue Type: New Feature
>          Components: Cayenne Core Library
>    Affects Versions: 3.0
>            Reporter: Ari Maniatis
>         Attachments: twonewtypes.patch
>
>
> Support new data types in JDBC 4. http://jcp.org/aboutJava/communityprocess/final/jsr221/index.html
> This will probably involve creating a new maven build target for Java 6 and adding specific support there.
> http://markmail.org/message/zfdrqz6rnnjkdsrr

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


[jira] Issue Comment Edited: (CAY-1107) Support JDBC 4

Posted by "Anatol Lutski (JIRA)" <de...@cayenne.apache.org>.
    [ https://issues.apache.org/cayenne/browse/CAY-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13157#action_13157 ] 

alutski edited comment on CAY-1107 at 10/10/08 7:48 AM:
--------------------------------------------------------------

Two new extended types were added for java.sql.SLQXML and java.sql.NClob. it allows:
1. A user is able to select SQLXML and NClob in the Modeler dropdown for DbAttribute types.
2. Creation SQLXML and NClob mapping with the Modeler is possible for both Java 1.5 and Java 1.6 users for Derby DB (types.xml was updated).
These are only initial steps. The full support will be added later when a driver for any DB will be introduced (check the following comment http://markmail.org/message/o2nmvf2o47vte7ee).


      was (Author: alutski):
    Two new extended types were added for java.sql.SLQXML and java.sql.NClob it allows:
1. A user is able to select SQLXML and NClob in the Modeler dropdown for DbAttribute types.
2. Creation SQLXML and NClob mapping with the Modeler is possible for both Java 1.5 and Java 1.6 users for Derbe DB (types.xml was updated).
These are only initial steps. The full support will be added later when a driver for any DB will be introduced (check the following comment http://markmail.org/message/o2nmvf2o47vte7ee).

  
> Support JDBC 4
> --------------
>
>                 Key: CAY-1107
>                 URL: https://issues.apache.org/cayenne/browse/CAY-1107
>             Project: Cayenne
>          Issue Type: New Feature
>          Components: Cayenne Core Library
>    Affects Versions: 3.0
>            Reporter: Ari Maniatis
>         Attachments: twonewtypes.patch
>
>
> Support new data types in JDBC 4. http://jcp.org/aboutJava/communityprocess/final/jsr221/index.html
> This will probably involve creating a new maven build target for Java 6 and adding specific support there.
> http://markmail.org/message/zfdrqz6rnnjkdsrr

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