You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/05/02 20:09:00 UTC

[jira] [Commented] (OPENJPA-2866) [Oracle] add GenerationType#IDENTITY support for Oracle

    [ https://issues.apache.org/jira/browse/OPENJPA-2866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17338111#comment-17338111 ] 

ASF subversion and git services commented on OPENJPA-2866:
----------------------------------------------------------

Commit d78bfc47cb505aad70f1d7380df11dfa65440a8e in openjpa's branch refs/heads/master from Mark Struberg
[ https://gitbox.apache.org/repos/asf?p=openjpa.git;h=d78bfc4 ]

OPENJPA-2866 fix identifier unit test

Oracle now supports IDENTITY columns since a very long time.
No need to rely on ancient index creation stuff.


> [Oracle] add GenerationType#IDENTITY support for Oracle
> -------------------------------------------------------
>
>                 Key: OPENJPA-2866
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-2866
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: jdbc
>    Affects Versions: 3.1.2
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>            Priority: Major
>             Fix For: 3.2.0
>
>
> Our {{OracleDictionary}} did not support {{javax.persistence.GenerationType#IDENTITY}}. This is clearly a bug. We should create a {{"GENERATED ALWAYS AS IDENTITY"}} column.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)