mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #12241] [MERGED] Merge 2.20.x up into 3.5.x #13611
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/12241
Author: @greg0ire
Created: 10/27/2025
Status: ✅ Merged
Merged: 10/27/2025
Merged by: @greg0ire
Base:
3.5.x← Head:3.5.x📝 Commits (10+)
3e34b8eAdd a test to reproduce the issuee7e2fefFix creation of the count query, to that a new RSM is being created4372595Fix CS7a59281Fix collection filtering API for IN/NOT IN comparisons that require type conversions9d680a6Do not eagerly set metadata fromResolveTargetEntityListener(#12174)9a55cf4Merge pull request #12190 from mpdude/criteria-matching-custom-type-retry96f9b29Merge pull request #12233 from alisolphp/fix-docs-typos-2-20f71956fUsedocs-builderto generate ORM docsaa62efaAdapt to latest coding standardc1047b3Merge pull request #12216 from paulinevos/docs-builder📊 Changes
53 files changed (+521 additions, -215 deletions)
View changed files
📝
.github/workflows/coding-standards.yml(+1 -1)📝
.github/workflows/continuous-integration.yml(+5 -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/second-level-cache.rst(+2 -2)📝
docs/en/reference/security.rst(+1 -1)📝
phpstan-baseline.neon(+0 -12)📝
src/Persisters/Collection/ManyToManyPersister.php(+8 -7)📝
src/Persisters/Collection/OneToManyPersister.php(+3 -3)📝
src/Persisters/Entity/BasicEntityPersister.php(+63 -27)📝
src/Persisters/Entity/EntityPersister.php(+1 -1)...and 33 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.