[#4438] Fix DROP SEQUENCE IF EXISTS for CUBRID
This commit is contained in:
parent
39dae1bd44
commit
6ac14558ec
@ -93,7 +93,7 @@ class DropSequenceImpl extends AbstractQuery implements
|
||||
// ------------------------------------------------------------------------
|
||||
|
||||
private final boolean supportsIfExists(Context<?> ctx) {
|
||||
return !asList(CUBRID, DERBY, FIREBIRD).contains(ctx.family());
|
||||
return !asList(DERBY, FIREBIRD).contains(ctx.family());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Loading…
Reference in New Issue
Block a user