[PR #12211] [MERGED] Merge 2.20.x up into 3.5.x #13580

Open
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/12211
Author: @greg0ire
Created: 10/9/2025
Status: Merged
Merged: 10/9/2025
Merged by: @greg0ire

Base: 3.5.xHead: 3.5.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)
  • 64cd5ca Merge remote-tracking branch 'origin/2.20.x' into 3.5.x

📊 Changes

5 files changed (+129 additions, -15 deletions)

View changed files

📝 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

No description provided


🔄 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/12211 **Author:** [@greg0ire](https://github.com/greg0ire) **Created:** 10/9/2025 **Status:** ✅ Merged **Merged:** 10/9/2025 **Merged by:** [@greg0ire](https://github.com/greg0ire) **Base:** `3.5.x` ← **Head:** `3.5.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) - [`64cd5ca`](https://github.com/doctrine/orm/commit/64cd5cad20ff742c2e4a3a0652eef0e4add11f30) Merge remote-tracking branch 'origin/2.20.x' into 3.5.x ### 📊 Changes **5 files changed** (+129 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `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 _No description provided_ --- <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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#13580