Changes between Initial Version and Version 1 of Ticket #26530, comment 5
- Timestamp:
- Apr 25, 2016, 5:33:30 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26530, comment 5
initial v1 10 10 }}} 11 11 could end up in indefinite loop. 12 13 EDIT: If we had the named cursor based iterator available, then we could easily batch on any queryset without a risk of concurrent modifications causing issues.