[PR #556] [CLOSED] Create queryBuilder from parts. #8364

Closed
opened 2026-01-22 15:59:34 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/556
Author: @NoUseFreak
Created: 1/25/2013
Status: Closed

Base: masterHead: parts


📝 Commits (3)

  • 6ac21d8 Create queryBuilder from parts.
  • 4f18d34 Update method name.
  • 18b855d Move methods to the correct place.

📊 Changes

2 files changed (+42 additions, -0 deletions)

View changed files

📝 lib/Doctrine/ORM/QueryBuilder.php (+30 -0)
📝 tests/Doctrine/Tests/ORM/QueryBuilderTest.php (+12 -0)

📄 Description

Add a feature that can create a queryBuilder from queryBuilder parts.

This can be used when a query is build and needs to be stored somehow and restore it later.


🔄 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/556 **Author:** [@NoUseFreak](https://github.com/NoUseFreak) **Created:** 1/25/2013 **Status:** ❌ Closed **Base:** `master` ← **Head:** `parts` --- ### 📝 Commits (3) - [`6ac21d8`](https://github.com/doctrine/orm/commit/6ac21d86de3ee7aff35ce492c6eabae2099c806c) Create queryBuilder from parts. - [`4f18d34`](https://github.com/doctrine/orm/commit/4f18d341559a76bbf788ea76f92b9808233605ab) Update method name. - [`18b855d`](https://github.com/doctrine/orm/commit/18b855dc9fa26709f8df2410ca908a7f89e8c8d0) Move methods to the correct place. ### 📊 Changes **2 files changed** (+42 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/QueryBuilder.php` (+30 -0) 📝 `tests/Doctrine/Tests/ORM/QueryBuilderTest.php` (+12 -0) </details> ### 📄 Description Add a feature that can create a queryBuilder from queryBuilder parts. This can be used when a query is build and needs to be stored somehow and restore it later. --- <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:59:34 +01:00
admin closed this issue 2026-01-22 15:59:35 +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#8364