Skip to content

In Manager $bulkCount is reset in the wrong place #606

@einorler

Description

@einorler

In Manager $bulkCount is reset in bulk() method, not commit(), that means that if you commit without waiting for $bulkCount to reach $bulkCommitSize, $bulkCount will still be set even thou $bulkQueries array will be empty:

$this->bulkCount = 0;

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions