[PR #7742] Start i var from 1 instead of 0 #10626

Closed
opened 2026-01-22 16:08:10 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/7742

State: closed
Merged: Yes


Because (0 % $batchSize) === 0 but we don't want to execute flush() and clear() on the first iteration.

Related PR: #7719 where it was done in master only, but it should be done in all supported branches.

**Original Pull Request:** https://github.com/doctrine/orm/pull/7742 **State:** closed **Merged:** Yes --- Because (0 % $batchSize) === 0 but we don't want to execute flush() and clear() on the first iteration. Related PR: #7719 where it was done in master only, but it should be done in all supported branches.
admin added the pull-request label 2026-01-22 16:08:10 +01:00
admin closed this issue 2026-01-22 16:08:10 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#10626