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 7b24411 commit 702cf59Copy full SHA for 702cf59
system/Database/SQLite3/Builder.php
@@ -79,7 +79,7 @@ protected function _truncate(string $table): string
79
protected function _updateBatch(string $table, array $keys, array $values): string
80
{
81
if (version_compare($this->db->getVersion(), '3.33.0') >= 0) {
82
- // return parent::_updateBatch($table, $keys, $values);
+ return parent::_updateBatch($table, $keys, $values);
83
}
84
85
$constraints = $this->QBOptions['constraints'] ?? [];
0 commit comments