org.hibernate.tool.hbm2ddl.SchemaExport create() method drop tables before creation
-----------------------------------------------------------------------------------
Key: HHH-2517
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-2517
Project: Hibernate3
Type: Bug
Versions: 3.2.2
Reporter: Oleg Byelkin
Priority: Minor
IMO slightly unexpected behavior. The method should just create tables and foreign keys.
Besides, in previous Hibernate versions that method just create tables.
If you are agree with me, pls. fix it as:
public void create(boolean script, boolean export)
{
execute(script, export, false, TRUE);
}
--
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