flow-development-collection
flow-development-collection copied to clipboard
BUGFIX: Make PdoBackend.rewind() on PostgreSQL work
See #2838
Checklist
- [x] Code follows the PSR-2 coding style
- [x] Tests have been created, run and adjusted as needed
- [x] The PR is created against the lowest maintained branch
- [x] Reviewer - PR Title is brief but complete and starts with
FEATURE|TASK|BUGFIX - [x] Reviewer - The first section explains the change briefly for change-logs
- [x] ~~Reviewer - Breaking Changes are marked wit
!!!and have upgrade-instructions~~
This could use a "follow-up" that makes the iterator use yield instead of reading everything into memory at once…
Thx! The patch works for me in a 7.3 instance. Do you want to target 6.3 or 7.3?
Given the bug was "added" to 6.3 it should be fixed there…