[#3027] Missing whitespace / newline on emulated multi-value INSERT

This commit is contained in:
Lukas Eder 2014-02-10 18:03:47 +01:00
parent 1ad8fdd923
commit 79da3b8b04

View File

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