DDC-127: IterableResult should implement Iterator #157

Open
opened 2026-01-22 12:28:57 +01:00 by admin · 0 comments
Owner

Originally created by @doctrinebot on GitHub (Nov 6, 2009).

Originally assigned to: @beberlei on GitHub.

Jira issue originally created by user @beberlei:

IterableResult should implement Iterator, because then you could do:

$q = $em->createQuery();
foreach($q->iterate() AS $row) {

}
Originally created by @doctrinebot on GitHub (Nov 6, 2009). Originally assigned to: @beberlei on GitHub. Jira issue originally created by user @beberlei: IterableResult should implement Iterator, because then you could do: ``` $q = $em->createQuery(); foreach($q->iterate() AS $row) { } ```
admin added the New Feature label 2026-01-22 12:28:57 +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#157