PostgreSQL does support 'drop table if exists' syntax (hibernate jira down)

This commit is contained in:
Strong Liu 2011-09-30 17:49:46 +08:00
parent 9d7114ec55
commit 30a0c3843a

View File

@ -395,7 +395,13 @@ protected String getCreateSequenceString(String sequenceName, int initialValue,
// return true;
// }
public boolean supportsEmptyInList() {
@Override
public boolean supportsIfExistsBeforeTableName() {
return true;
}
public boolean supportsEmptyInList() {
return false;
}