mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-1675: PDO::FETCH_GROUP #2105
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Mar 1, 2012).
Originally assigned to: @Ocramius on GitHub.
Jira issue originally created by user henrikbjorn:
PDO supports grouping by a field when doing a fetchAll() by using PDO::FETCH_GROUP. This can in many places be useful. http://blog.stealth35.com/2011/08/17/pdo-fetch-group.html desribes the behavior quite well.
@malukenho commented on GitHub (Jan 5, 2017):
@Ocramius @lcobucci seems to be related to DBAL IMO.
@Ocramius commented on GitHub (Jan 5, 2017):
Not gonna be implemented in DBAL nor ORM anyway. Closing as
won't fix