]
Diego Pires Plentz updated HHH-2517:
------------------------------------
Assignee: Diego Pires Plentz
Component/s: core
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
Issue Type: Bug
Components: core
Affects Versions: 3.2.2
Reporter: Oleg Byelkin
Assignee: Diego Pires Plentz
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: