[ https://issues.apache.org/jira/browse/OPENJPA-2648?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17314493#comment-17314493 ]
ASF subversion and git services commented on OPENJPA-2648: ---------------------------------------------------------- Commit 515756b8237353b07d8fa617dc9d6f797ffddf6a in openjpa's branch refs/heads/master from Mark Struberg [ https://gitbox.apache.org/repos/asf?p=openjpa.git;h=515756b ] OPENJPA-2648 map long to BIGINT > hsqldb @Id long create table as interger instead of bigint > ---------------------------------------------------------- > > Key: OPENJPA-2648 > URL: https://issues.apache.org/jira/browse/OPENJPA-2648 > Project: OpenJPA > Issue Type: Bug > Affects Versions: 2.4.1 > Environment: Windows 7 > Java 1.8.0_65 > Reporter: Bruno > Assignee: Mark Struberg > Priority: Blocker > > I've got an entity with Long as @Id. > OpenJPA creates database in a hsqldb environment. > The query that created table is : create table toto id integer identity. > It should be create table toto id bigint identity. -- This message was sent by Atlassian Jira (v8.3.4#803005)