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 ebb943e commit cefa802Copy full SHA for cefa802
src/Components/IntoKeyword.php
@@ -144,7 +144,7 @@ public function build(): string
144
if ($this->dest instanceof Expression) {
145
$columns = $this->columns === null || $this->columns === []
146
? ''
147
- : '(' . implode(', ', Context::escape($this->columns)) . ')';
+ : '(' . implode(', ', Context::escapeAll($this->columns)) . ')';
148
149
return $this->dest . $columns;
150
}
0 commit comments