[#7299] Missing whitespace between USING and (

This commit is contained in:
lukaseder 2018-03-14 18:06:00 +01:00
parent 2edf86ec94
commit b647b9167f

View File

@ -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);