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 9e01ab7 commit 3fdcfefCopy full SHA for 3fdcfef
src/Builder/Insert.php
@@ -202,7 +202,7 @@ public function __toString() {
202
$queryArr[] = trim(trim($this->from), ';');
203
} else {
204
$fields = $this->fields;
205
- $tableFields = $this->db()->getTableFields($this->table);
+ $tableFields = $this->db()->getTableFields($tableName);
206
207
$insertData = $this->buildFieldList($fields, $tableFields);
208
0 commit comments