[#3027] Missing whitespace / newline on emulated multi-value INSERT
This commit is contained in:
parent
1ad8fdd923
commit
79da3b8b04
@ -104,7 +104,8 @@ class FieldMapsForInsert extends AbstractQueryPart {
|
||||
xx [/pro] */
|
||||
case FIREBIRD:
|
||||
case SQLITE:
|
||||
context.start(INSERT_SELECT);
|
||||
context.formatSeparator()
|
||||
.start(INSERT_SELECT);
|
||||
toSQLInsertSelect(context);
|
||||
context.end(INSERT_SELECT);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user