[PR #133] [MERGED] DDC-1335 #7752

Open
opened 2026-01-22 15:56:41 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/133
Author: @FabioBatSilva
Created: 9/25/2011
Status: Merged
Merged: 9/25/2011
Merged by: @guilhermeblanco

Base: masterHead: DDC-1335


📝 Commits (4)

📊 Changes

3 files changed (+251 additions, -8 deletions)

View changed files

📝 lib/Doctrine/ORM/Query/Expr/From.php (+34 -6)
📝 lib/Doctrine/ORM/QueryBuilder.php (+3 -2)
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC1335Test.php (+214 -0)

📄 Description

Hello all

This patch is based on: DDC-1335
http://www.doctrine-project.org/jira/browse/DDC-1335

That allow the INDEX BY clause in the QueryBuilder#form().

Thanks ...

Best Regards,
Fabio B. SIlva


🔄 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/133 **Author:** [@FabioBatSilva](https://github.com/FabioBatSilva) **Created:** 9/25/2011 **Status:** ✅ Merged **Merged:** 9/25/2011 **Merged by:** [@guilhermeblanco](https://github.com/guilhermeblanco) **Base:** `master` ← **Head:** `DDC-1335` --- ### 📝 Commits (4) - [`f4c5c4b`](https://github.com/doctrine/orm/commit/f4c5c4ba01fb789f81590b8fa7c2c645f6e3dbfa) branch for DDC-1335 - [`e94b902`](https://github.com/doctrine/orm/commit/e94b902a9bb6c5a34c1847958de4adc1e6a6da33) tests for DDC-1335 - [`728724b`](https://github.com/doctrine/orm/commit/728724bed5349aa40952c81d3580636036592e23) fix DDC-1135 - [`5fe996b`](https://github.com/doctrine/orm/commit/5fe996baf9b6ebde5e9f29fea826cb74fce6c201) change tests for DDC-1135 ### 📊 Changes **3 files changed** (+251 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Query/Expr/From.php` (+34 -6) 📝 `lib/Doctrine/ORM/QueryBuilder.php` (+3 -2) ➕ `tests/Doctrine/Tests/ORM/Functional/Ticket/DDC1335Test.php` (+214 -0) </details> ### 📄 Description Hello all This patch is based on: DDC-1335 http://www.doctrine-project.org/jira/browse/DDC-1335 That allow the INDEX BY clause in the QueryBuilder#form(). Thanks ... Best Regards, Fabio B. SIlva --- <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 15:56:41 +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#7752