mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #12251] [MERGED] Merge 3.5.x up into 3.6.x #13622
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/12251
Author: @greg0ire
Created: 10/29/2025
Status: ✅ Merged
Merged: 10/29/2025
Merged by: @greg0ire
Base:
3.6.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 standardf71aa73bugfix - add fieldAlias for entities in dto📊 Changes
60 files changed (+756 additions, -243 deletions)
View changed files
📝
.github/workflows/coding-standards.yml(+1 -1)➕
.github/workflows/composer-lint.yml(+20 -0)📝
.github/workflows/continuous-integration.yml(+5 -5)📝
.github/workflows/documentation.yml(+1 -1)📝
.github/workflows/release-on-milestone-closed.yml(+1 -1)📝
composer.json(+42 -22)📝
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/index.rst(+0 -1)📝
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)...and 40 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.