mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #12348] [MERGED] Merge 3.7.x up into 4.0.x #13719
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/12348
Author: @greg0ire
Created: 1/16/2026
Status: ✅ Merged
Merged: 1/16/2026
Merged by: @greg0ire
Base:
4.0.x← Head:4.0.x📝 Commits (10+)
08d6167Fix result cache examples in docs2491c4bMerge pull request #12329 from HypeMC/fix-result-cache-examples0aeddd0Fix grammatical errors12116aaFix docs regarding query hints (#12328)62477b5Update branch metadata (#12327)0f8730aMerge pull request #12331 from greg0ire/a-the8bdefefHandle int-backed enums for values stored as string values in MySQL ENUM columns (#12275)f8bbdc4Add dispatchPreFlushEvent() method and avoid calling getConnection() twice8cbd34cMerge pull request #12060 from n0099/patch-1e923bbcAvoid lazy object initialization when initializing read-only property📊 Changes
23 files changed (+265 additions, -164 deletions)
View changed files
📝
.doctrine-project.json(+6 -51)📝
.gitattributes(+1 -1)📝
README.md(+8 -8)📝
UPGRADE.md(+1 -1)📝
docs/en/cookbook/dql-custom-walkers.rst(+39 -2)➕
docs/en/cookbook/dql-custom-walkers/InterpolateParametersSQLOutputWalker.php(+47 -0)📝
docs/en/reference/dql-doctrine-query-language.rst(+3 -4)📝
docs/en/reference/query-builder.rst(+6 -7)📝
docs/en/reference/second-level-cache.rst(+1 -1)📝
docs/en/reference/tools.rst(+1 -1)📝
phpstan-baseline.neon(+1 -1)📝
src/AbstractQuery.php(+1 -1)📝
src/Internal/Hydration/AbstractHydrator.php(+7 -1)📝
src/Mapping/MappingException.php(+1 -1)📝
src/Mapping/PropertyAccessors/ReadonlyAccessor.php(+8 -1)📝
src/PersistentCollection.php(+1 -4)📝
src/UnitOfWork.php(+12 -9)📝
tests/Tests/ORM/Functional/Ticket/DDC2359Test.php(+1 -1)📝
tests/Tests/ORM/Functional/Ticket/GH10387Test.php(+1 -1)➕
tests/Tests/ORM/Functional/Ticket/GH12166/GH12166Test.php(+32 -0)...and 3 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.