Skip to content

Commit 7a389a3

Browse files
committed
Uncomment code
1 parent aa2791b commit 7a389a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Database/SQLite3/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ protected function _truncate(string $table): string
7979
protected function _updateBatch(string $table, array $keys, array $values): string
8080
{
8181
if (version_compare($this->db->getVersion(), '3.33.0') >= 0) {
82-
// return parent::_updateBatch($table, $keys, $values);
82+
return parent::_updateBatch($table, $keys, $values);
8383
}
8484

8585
$constraints = $this->QBOptions['constraints'] ?? [];

0 commit comments

Comments
 (0)