[PR #404] [MERGED] DDC-1933 - Fixing cloning of QueryBuilder and adding related tests #8139

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/404
Author: @Ocramius
Created: 7/19/2012
Status: Merged
Merged: 7/23/2012
Merged by: @guilhermeblanco

Base: masterHead: DDC-1933


📝 Commits (1)

  • fb3c6f0 DDC-1933 - Fixing cloning of QueryBuilder and adding related tests

📊 Changes

2 files changed (+26 additions, -1 deletions)

View changed files

📝 lib/Doctrine/ORM/QueryBuilder.php (+9 -1)
📝 tests/Doctrine/Tests/ORM/QueryBuilderTest.php (+17 -0)

📄 Description

This PR fixes DDC-1933 and mimics the behaviour of Doctrine\ORM\AbstractQuery in Doctrine\ORM\QueryBuilder when dealing with assigned parameters and __clone.


🔄 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/404 **Author:** [@Ocramius](https://github.com/Ocramius) **Created:** 7/19/2012 **Status:** ✅ Merged **Merged:** 7/23/2012 **Merged by:** [@guilhermeblanco](https://github.com/guilhermeblanco) **Base:** `master` ← **Head:** `DDC-1933` --- ### 📝 Commits (1) - [`fb3c6f0`](https://github.com/doctrine/orm/commit/fb3c6f0e8fbcc3e2fab56dca3cf2b3d7a9ecf659) DDC-1933 - Fixing cloning of QueryBuilder and adding related tests ### 📊 Changes **2 files changed** (+26 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/QueryBuilder.php` (+9 -1) 📝 `tests/Doctrine/Tests/ORM/QueryBuilderTest.php` (+17 -0) </details> ### 📄 Description This PR fixes DDC-1933 and mimics the behaviour of `Doctrine\ORM\AbstractQuery` in `Doctrine\ORM\QueryBuilder` when dealing with assigned parameters and `__clone`. --- <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:36 +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#8139