Message:
A new issue has been created in JIRA.
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-356
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HB-356
Summary: SchemaExport and hsqldb drop table statements
Type: Improvement
Status: Unassigned
Priority: Trivial
Project: Hibernate2
Components:
toolset
Versions:
2.0.3
Assignee:
Reporter: Aapo Laakkonen
Created: Tue, 23 Sep 2003 9:33 AM
Updated: Tue, 23 Sep 2003 9:33 AM
Description:
For convenience it would be great if SchemaExport generates "IF EXISTS" statements after each DROP TABLE statement when HSQLDialect is in use.
For example instead of this:
drop table usr;
generate code like this:
drop table usr if exists;
Also do we need to drop constraints separately?
---------------------------------------------------------------------
JIRA INFORMATION:
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
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|