[PR #771] [MERGED] Added indexBy option to createQueryBuilder #8684

Closed
opened 2026-01-22 16:01:04 +01:00 by admin · 0 comments
Owner

📋 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: masterHead: cqb-indexby


📝 Commits (1)

  • b0513a7 Added 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.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/771 **Author:** [@caponica](https://github.com/caponica) **Created:** 8/28/2013 **Status:** ✅ Merged **Merged:** 8/29/2013 **Merged by:** [@guilhermeblanco](https://github.com/guilhermeblanco) **Base:** `master` ← **Head:** `cqb-indexby` --- ### 📝 Commits (1) - [`b0513a7`](https://github.com/doctrine/orm/commit/b0513a75173326016e39800c0f513f3f5e9e908f) Added indexBy option to createQueryBuilder ### 📊 Changes **1 file changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/EntityRepository.php` (+3 -2) </details> ### 📄 Description Added way to access the underlying QueryBuilder#from() method's 'indexBy' parameter when using EntityRepository#createQueryBuilder() --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-22 16:01:04 +01:00
admin closed this issue 2026-01-22 16:01:05 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#8684