Actions
Feature #75623
closedEpic #75555: Further Doctrine Development
Implement support to index fetchAll() results by a given field
Status:
Rejected
Priority:
Must have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2016-04-14
Due date:
% Done:
0%
Estimated time:
PHP Version:
7.0
Tags:
doctrine, dbal, database
Complexity:
Sprint Focus:
Description
Implement the $uidIndexField parameter of exec_SELECTgetRows for the fetchAll() method of a Doctrine Result Statement
Updated by Morton Jonuschat about 8 years ago
- Status changed from New to Rejected
- Assignee deleted (
Morton Jonuschat) - Target version deleted (
8.3)
As fetchAll() is just a convenience method for a while loop over the result statement and we have handled this locally in the few places of code that require this functionality the decision was made to not (re-)implement this.
Updated by Christian Weiske over 3 years ago
I am sad to hear the rejection.
The QueryBuilder
and Statement
classes are the interface that extensions use, and just because the core does not need this functionality does not mean that extensions would not benefit from it.
Actions