We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b85e3 commit d288eb8Copy full SHA for d288eb8
src/SphinxQL.php
@@ -687,7 +687,7 @@ public function compileInsert()
687
688
if (!empty($this->values)) {
689
$query .= 'VALUES ';
690
- $query_sub = '';
+ $query_sub = array();
691
692
foreach ($this->values as $value) {
693
$query_sub[] = '('.implode(', ', $this->getConnection()->quoteArr($value)).')';
0 commit comments