You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Bruno (JIRA)" <ji...@apache.org> on 2016/07/01 09:20:10 UTC

[jira] [Created] (OPENJPA-2648) hsqldb @Id long create table as interger instead of bigint

Bruno created OPENJPA-2648:
------------------------------

             Summary: 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
            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
(v6.3.4#6332)