DDC-1070: AbstractQuery::iterate() do not use $hydrationMode argument #1339

Closed
opened 2026-01-22 13:10:57 +01:00 by admin · 2 comments
Owner

Originally created by @doctrinebot on GitHub (Mar 15, 2011).

Originally assigned to: @beberlei on GitHub.

Jira issue originally created by user rybakit:

In addition, a call $this->_doExecute($params, $hydrationMode) inside the iterate()
is not compatible with the declaration:

abstract protected function _doExecute();
Originally created by @doctrinebot on GitHub (Mar 15, 2011). Originally assigned to: @beberlei on GitHub. Jira issue originally created by user rybakit: In addition, a call $this->_doExecute($params, $hydrationMode) inside the iterate() is not compatible with the declaration: ``` abstract protected function _doExecute(); ```
admin added the Bug label 2026-01-22 13:10:57 +01:00
admin closed this issue 2026-01-22 13:10:58 +01:00
Author
Owner

@doctrinebot commented on GitHub (Mar 20, 2011):

Comment created by @beberlei:

Fixed, merged into 2.0.x branch.

@doctrinebot commented on GitHub (Mar 20, 2011): Comment created by @beberlei: Fixed, merged into 2.0.x branch.
Author
Owner

@doctrinebot commented on GitHub (Mar 20, 2011):

Issue was closed with resolution "Fixed"

@doctrinebot commented on GitHub (Mar 20, 2011): Issue was closed with resolution "Fixed"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#1339