[
https://issues.apache.org/jira/browse/OPENJPA-2866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318523#comment-17318523
]
ASF subversion and git services commented on OPENJPA-2866:
----------------------------------------------------------
Commit 3b51096dae69634322c8d92cb1f3317f3a25024a in openjpa's branch
refs/heads/master from Mark Struberg
[ https://gitbox.apache.org/repos/asf?p=openjpa.git;h=3b51096 ]
OPENJPA-2866 no need to test JDBC2 feature
Oracle comes with JDBC4. We can safely assume that
Statement#getGeneratedKeys is always available.
Oracle relies on it and will fail without.
> [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.1.3
>
>
> 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)