You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug Model::insertBatch()
returns $this->builder()->insertBatch($set, $escape, $batchSize, $testing);
but "$testing" is not part of "BaseBuilder::insertBatch()"
CodeIgniter 4 version
4.0.3
Affected module(s)
CodeIgniter\Model
The text was updated successfully, but these errors were encountered:
RedskyThirty
added
the
bug
Verified issues on the current code behavior or pull requests that will fix them
label
Jun 24, 2020
Describe the bug
Model::insertBatch()
returns
$this->builder()->insertBatch($set, $escape, $batchSize, $testing);
but "$testing" is not part of "BaseBuilder::insertBatch()"
CodeIgniter 4 version
4.0.3
Affected module(s)
CodeIgniter\Model
The text was updated successfully, but these errors were encountered: