[#7299] Missing whitespace between USING and (
This commit is contained in:
parent
2edf86ec94
commit
b647b9167f
@ -408,7 +408,7 @@ implements
|
||||
context.formatSeparator()
|
||||
.start(TABLE_JOIN_USING)
|
||||
.visit(K_USING)
|
||||
.sql('(');
|
||||
.sql(" (");
|
||||
Tools.fieldNames(context, using);
|
||||
context.sql(')')
|
||||
.end(TABLE_JOIN_USING);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user