Message:
The following issue has been closed.
Resolver: Gavin King
Date: Thu, 25 Sep 2003 11:18 AM
Done.
---------------------------------------------------------------------
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: Closed
Priority: Trivial
Resolution: FIXED
Project: Hibernate2
Components:
toolset
Fix Fors:
2.1 beta 4
Versions:
2.0.3
Assignee:
Reporter: Aapo Laakkonen
Created: Tue, 23 Sep 2003 9:33 AM
Updated: Thu, 25 Sep 2003 11:18 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
|