[PR #331] [MERGED] DDC-1757 test and patched query builder #8039

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/331
Author: @gedrox
Created: 4/5/2012
Status: Merged
Merged: 5/4/2012
Merged by: @beberlei

Base: masterHead: DDC-1757


📝 Commits (10+)

  • efebf26 DDC-1757 test and patched query builder
  • 49016bc Parameter PHP documentation for the QueryBuilder::getRootAlias() method
  • aa38195 [DDC-1757] Fix moved to private method, test improved.
  • 59e598a [DDC-1757] test checks DQL only now, doesn't create schema anymore
  • d5d4722 Merge pull request #339 from FabioBatSilva/DDC-1784
  • a1ab3e8 DDC-1757 test and patched query builder
  • 29a94f4 Parameter PHP documentation for the QueryBuilder::getRootAlias() method
  • 3ddc461 [DDC-1757] Fix moved to private method, test improved.
  • 5392133 [DDC-1757] test checks DQL only now, doesn't create schema anymore
  • c827a98 Merge branch 'DDC-1757' of github.com:gedrox/doctrine2 into DDC-1757

📊 Changes

2 files changed (+127 additions, -8 deletions)

View changed files

📝 lib/Doctrine/ORM/QueryBuilder.php (+35 -8)
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC1757Test.php (+92 -0)

📄 Description

Should fix the issue http://www.doctrine-project.org/jira/browse/DDC-1757.


🔄 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/331 **Author:** [@gedrox](https://github.com/gedrox) **Created:** 4/5/2012 **Status:** ✅ Merged **Merged:** 5/4/2012 **Merged by:** [@beberlei](https://github.com/beberlei) **Base:** `master` ← **Head:** `DDC-1757` --- ### 📝 Commits (10+) - [`efebf26`](https://github.com/doctrine/orm/commit/efebf26cc59f498cccba1068cda61b9134fcf88c) DDC-1757 test and patched query builder - [`49016bc`](https://github.com/doctrine/orm/commit/49016bc156ce89bc4df178a7abedb9b767322c9a) Parameter PHP documentation for the QueryBuilder::getRootAlias() method - [`aa38195`](https://github.com/doctrine/orm/commit/aa381951cdb49d98db595d8271265cb9eae15c7a) [DDC-1757] Fix moved to private method, test improved. - [`59e598a`](https://github.com/doctrine/orm/commit/59e598acc5681d6793e7732b04dfde93a19961d2) [DDC-1757] test checks DQL only now, doesn't create schema anymore - [`d5d4722`](https://github.com/doctrine/orm/commit/d5d47222c1dc5ea97ebd8f4c68834fbe4abeb238) Merge pull request #339 from FabioBatSilva/DDC-1784 - [`a1ab3e8`](https://github.com/doctrine/orm/commit/a1ab3e8cf40746e326ec4f10e896f066f44c4178) DDC-1757 test and patched query builder - [`29a94f4`](https://github.com/doctrine/orm/commit/29a94f4f520122361c479bec55689788e1d3ab72) Parameter PHP documentation for the QueryBuilder::getRootAlias() method - [`3ddc461`](https://github.com/doctrine/orm/commit/3ddc461d30afbce6b315070d4a64fab117945172) [DDC-1757] Fix moved to private method, test improved. - [`5392133`](https://github.com/doctrine/orm/commit/5392133beb62b994e4b34b10067e0f5021f0cd9a) [DDC-1757] test checks DQL only now, doesn't create schema anymore - [`c827a98`](https://github.com/doctrine/orm/commit/c827a981967f2117b4e6dcebd47c11a5f58948ea) Merge branch 'DDC-1757' of github.com:gedrox/doctrine2 into DDC-1757 ### 📊 Changes **2 files changed** (+127 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/QueryBuilder.php` (+35 -8) ➕ `tests/Doctrine/Tests/ORM/Functional/Ticket/DDC1757Test.php` (+92 -0) </details> ### 📄 Description Should fix the issue http://www.doctrine-project.org/jira/browse/DDC-1757. --- <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:58: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#8039