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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira