[PR #12213] [CLOSED] 2.20.x #13577

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/12213
Author: @mpdude
Created: 10/9/2025
Status: Closed

Base: 3.5.xHead: 2.20.x


📝 Commits (4)

  • 048e308 Fix DQL JOIN syntax in two test cases
  • f8186b1 Merge pull request #12200 from mpdude/fix-invalid-dql-test-case
  • a939dc2 [GH-9219] Add support for toIterable over mixed or scalar results. (#12187)
  • 8afaa63 Add a recommendation not to use multiple private fields of the same name in entity hierarchies

📊 Changes

6 files changed (+137 additions, -15 deletions)

View changed files

📝 docs/en/reference/limitations-and-known-issues.rst (+8 -0)
📝 src/AbstractQuery.php (+0 -5)
📝 src/Internal/Hydration/AbstractHydrator.php (+5 -1)
📝 tests/Tests/ORM/Functional/QueryTest.php (+120 -5)
📝 tests/Tests/ORM/Query/ExprTest.php (+2 -2)
📝 tests/Tests/ORM/QueryBuilderTest.php (+2 -2)

📄 Description

  • Fix DQL JOIN syntax in two test cases
  • [GH-9219] Add support for toIterable over mixed or scalar results. (#12187)
  • Add a recommendation not to use multiple private fields of the same name in entity hierarchies

🔄 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/12213 **Author:** [@mpdude](https://github.com/mpdude) **Created:** 10/9/2025 **Status:** ❌ Closed **Base:** `3.5.x` ← **Head:** `2.20.x` --- ### 📝 Commits (4) - [`048e308`](https://github.com/doctrine/orm/commit/048e3082416f99990816f9ec45d50e5dc056462e) Fix DQL JOIN syntax in two test cases - [`f8186b1`](https://github.com/doctrine/orm/commit/f8186b12031d082211aecfbe9945cf27cc60894d) Merge pull request #12200 from mpdude/fix-invalid-dql-test-case - [`a939dc2`](https://github.com/doctrine/orm/commit/a939dc2e0d885fd7861f845c7e20536fbb495ff5) [GH-9219] Add support for toIterable over mixed or scalar results. (#12187) - [`8afaa63`](https://github.com/doctrine/orm/commit/8afaa63d7355c11b5fab29abc9ced7a20d3bb65d) Add a recommendation not to use multiple private fields of the same name in entity hierarchies ### 📊 Changes **6 files changed** (+137 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `docs/en/reference/limitations-and-known-issues.rst` (+8 -0) 📝 `src/AbstractQuery.php` (+0 -5) 📝 `src/Internal/Hydration/AbstractHydrator.php` (+5 -1) 📝 `tests/Tests/ORM/Functional/QueryTest.php` (+120 -5) 📝 `tests/Tests/ORM/Query/ExprTest.php` (+2 -2) 📝 `tests/Tests/ORM/QueryBuilderTest.php` (+2 -2) </details> ### 📄 Description - **Fix DQL JOIN syntax in two test cases** - **[GH-9219] Add support for toIterable over mixed or scalar results. (#12187)** - **Add a recommendation not to use multiple private fields of the same name in entity hierarchies** --- <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:17:38 +01:00
admin closed this issue 2026-01-22 16:17:38 +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#13577