mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #771] [MERGED] Added indexBy option to createQueryBuilder #8684
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?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/771
Author: @caponica
Created: 8/28/2013
Status: ✅ Merged
Merged: 8/29/2013
Merged by: @guilhermeblanco
Base:
master← Head:cqb-indexby📝 Commits (1)
b0513a7Added indexBy option to createQueryBuilder📊 Changes
1 file changed (+3 additions, -2 deletions)
View changed files
📝
lib/Doctrine/ORM/EntityRepository.php(+3 -2)📄 Description
Added way to access the underlying QueryBuilder#from() method's 'indexBy' parameter when using EntityRepository#createQueryBuilder()
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.