[jOOQ/jOOQ#14402] Add support for Databricks SQL - WIP
This commit is contained in:
parent
78afbdfe12
commit
b59a96fbee
@ -260,6 +260,8 @@ implements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private final Table<?> table;
|
||||
private final boolean ifExists;
|
||||
private boolean ifExistsColumn;
|
||||
@ -1355,9 +1357,17 @@ implements
|
||||
ctx.formatIndentEnd()
|
||||
.formatNewLine();
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
if (parens)
|
||||
ctx.sql(')');
|
||||
|
||||
|
||||
|
||||
|
||||
acceptFirstBeforeAfter(ctx);
|
||||
ctx.end(ALTER_TABLE_ADD);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user