Project

General

Profile

Actions

Feature #75623

closed

Epic #75555: Further Doctrine Development

Implement support to index fetchAll() results by a given field

Added by Morton Jonuschat about 8 years ago. Updated about 3 years ago.

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

Actions #1

Updated by Benni Mack almost 8 years ago

  • Target version changed from 8.1 to 8.2
Actions #2

Updated by Benni Mack almost 8 years ago

  • Target version changed from 8.2 to 8.3
Actions #3

Updated by Morton Jonuschat over 7 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.

Actions #4

Updated by Christian Weiske about 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

Also available in: Atom PDF