[hibernate-issues] [Hibernate-JIRA] Created: (HHH-2517) org.hibernate.tool.hbm2ddl.SchemaExport create() method drop tables before creation

Oleg Byelkin (JIRA) noreply at atlassian.com
Fri Mar 23 17:29:09 EDT 2007


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




More information about the hibernate-issues mailing list