mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #12242] [MERGED] Merge release 2.20.7 into 2.21.x #13612
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/12242
Author: @github-actions[bot]
Created: 10/27/2025
Status: ✅ Merged
Merged: 10/27/2025
Merged by: @greg0ire
Base:
2.21.x← Head:2.20.x-merge-up-into-2.21.x_urr9kua6📝 Commits (10+)
3e34b8eAdd a test to reproduce the issuee7e2fefFix creation of the count query, to that a new RSM is being created4372595Fix CS048e308Fix DQL JOIN syntax in two test casesf8186b1Merge pull request #12200 from mpdude/fix-invalid-dql-test-casea939dc2[GH-9219] Add support for toIterable over mixed or scalar results. (#12187)2ad720bRevert "Fix fields of transient classes being considered duplicate withreportFieldsWhereDeclared(#11769)"8afaa63Add a recommendation not to use multiple private fields of the same name in entity hierarchies3b7de17add jobs using PHP 8.5 in the CI (#12180)930a790Merge pull request #12212 from mpdude/revert-11769📊 Changes
62 files changed (+694 additions, -277 deletions)
View changed files
📝
.github/workflows/coding-standards.yml(+1 -1)📝
.github/workflows/continuous-integration.yml(+9 -5)📝
.github/workflows/documentation.yml(+1 -1)📝
.github/workflows/release-on-milestone-closed.yml(+1 -1)📝
composer.json(+3 -0)📝
docs/.gitignore(+1 -1)➖
docs/Makefile(+0 -24)📝
docs/README.md(+4 -8)📝
docs/composer.json(+2 -3)📝
docs/en/cookbook/dql-custom-walkers.rst(+11 -3)📝
docs/en/reference/advanced-configuration.rst(+1 -1)📝
docs/en/reference/architecture.rst(+1 -1)📝
docs/en/reference/filters.rst(+1 -1)📝
docs/en/reference/limitations-and-known-issues.rst(+8 -0)📝
docs/en/reference/second-level-cache.rst(+2 -2)📝
docs/en/reference/security.rst(+1 -1)📝
phpstan-baseline.neon(+0 -12)📝
phpstan-persistence2.neon(+6 -0)📝
src/AbstractQuery.php(+0 -5)📝
src/Internal/Hydration/AbstractHydrator.php(+5 -1)...and 42 more files
📄 Description
Release Notes for 2.20.7
2.20.x bugfix release (patch)
2.20.7
CI
Improvement
Documentation
Test Suite
getMockForAbstractClass()thanks to @derrabusBug
reportFieldsWhereDeclared(#11769)" thanks to @mpdudeIN/NOT INcomparisons that require type conversions thanks to @mpdudeResolveTargetEntityListenerthanks to @mpdudeIN/NOT INexpression handling and support enums when matching on to-many-collections thanks to @mpdudeCode Style
12134: PHPCS 3.13.2 thanks to @greg0ire
12133: PHPStan 2.1.22 thanks to @greg0ire
12053: chore: remove run-all.sh thanks to @alexislefebvre
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.