mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 14:26:54 +08:00
Fixed test break.
This commit is contained in:
@ -92,7 +92,7 @@ class QueryBuilder extends \yii\db\QueryBuilder
|
||||
}
|
||||
|
||||
return 'INSERT INTO ' . $this->db->quoteTableName($table)
|
||||
. ' (' . implode(', ', $columns) . ') SELECT ' . implode(' UNION ALL ', $values);
|
||||
. ' (' . implode(', ', $columns) . ') SELECT ' . implode(' UNION SELECT ', $values);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user