Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: BaseBuilder::insertBatch() has 3 params and not 4 #3158

Closed
RedskyThirty opened this issue Jun 24, 2020 · 0 comments
Closed

Bug: BaseBuilder::insertBatch() has 3 params and not 4 #3158

RedskyThirty opened this issue Jun 24, 2020 · 0 comments
Labels
bug Verified issues on the current code behavior or pull requests that will fix them

Comments

@RedskyThirty
Copy link

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

@RedskyThirty RedskyThirty added the bug Verified issues on the current code behavior or pull requests that will fix them label Jun 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Verified issues on the current code behavior or pull requests that will fix them
Projects
None yet
Development

No branches or pull requests

2 participants