[hibernate-issues] [Hibernate-JIRA] Created: (HHH-5934) Table hilo generator creates a wrong function

Aviad Lichtenstadt (JIRA) noreply at atlassian.com
Thu Feb 17 08:34:05 EST 2011


Table hilo generator creates a wrong function
---------------------------------------------

                 Key: HHH-5934
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5934
             Project: Hibernate Core
          Issue Type: Bug
          Components: core
            Reporter: Aviad Lichtenstadt


Using create schema of hibernate (Configuration.generateSchemaCreationScript(dialect)
with a hbm file that uses a TableGenerator for ids
the table is created with type INTEGER and not long.
even though the code does support the use of long.
In case the ids will flip over integer the system will stop functioning


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list