Uploaded image for project: 'OpenJPA'
  1. OpenJPA
  2. OPENJPA-2648

hsqldb @Id long create table as interger instead of bigint

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 2.4.1
    • 3.2.0
    • None
    • None
    • Windows 7
      Java 1.8.0_65

    Description

      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.

      Attachments

        Activity

          People

            struberg Mark Struberg
            qjafcunuas Bruno
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: