[jOOQ/jOOQ#16080] Syntax error in generated SQL of ALTER SCHEMA
statement, when identifiers aren't quoted
This commit is contained in:
parent
ac77290658
commit
4d77894b4a
@ -172,7 +172,7 @@ implements
|
||||
ctx.sql(' ').visit(K_IF_EXISTS);
|
||||
|
||||
ctx.sql(' ').visit(schema)
|
||||
.end(Clause.ALTER_SCHEMA_SCHEMA);
|
||||
.end(Clause.ALTER_SCHEMA_SCHEMA).sql(' ');
|
||||
|
||||
if (renameTo != null)
|
||||
ctx.start(Clause.ALTER_SCHEMA_RENAME)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user