mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-07 11:48:18 +00:00
PostgreSQL does support 'drop table if exists' syntax (hibernate jira down)
This commit is contained in:
parent
9d7114ec55
commit
30a0c3843a
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user