mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #12314] [MERGED] Merge 3.6.x into 4.0.x #13681
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/12314
Author: @derrabus
Created: 11/30/2025
Status: ✅ Merged
Merged: 11/30/2025
Merged by: @derrabus
Base:
4.0.x← Head:4.0.x📝 Commits (10+)
e38278bFix eager fetch composite foreign key (#11397)9f19310Merge remote-tracking branch 'origin/2.20.x' into 3.5.x6087054Merge pull request #12277 from greg0ire/3.5.xe4d7df2Fix documentation about default valuesc1becd5Merge pull request #12281 from greg0ire/document-default-expressions3df11d5Merge pull request #12283 from doctrine/2.20.x6982c8aMerge pull request #12284 from doctrine/3.5.xbc95c7cFix check for composite foreign key15537bcMerge pull request #12285 from HypeMC/fix-is-foreign-key-composite649048fMerge remote-tracking branch 'origin/2.20.x' into 3.5.x📊 Changes
23 files changed (+123 additions, -58 deletions)
View changed files
📝
.github/workflows/coding-standards.yml(+1 -1)📝
.github/workflows/composer-lint.yml(+1 -1)📝
.github/workflows/continuous-integration.yml(+5 -5)📝
.github/workflows/documentation.yml(+1 -1)📝
.github/workflows/phpbench.yml(+1 -1)📝
.github/workflows/release-on-milestone-closed.yml(+1 -1)📝
.github/workflows/static-analysis.yml(+1 -1)📝
composer.json(+0 -1)📝
docs/en/reference/basic-mapping.rst(+15 -0)➕
docs/en/reference/basic-mapping/DefaultValues.php(+15 -0)➕
docs/en/reference/basic-mapping/default-values.xml(+9 -0)📝
docs/en/reference/faq.rst(+0 -24)📝
phpstan-baseline.neon(+7 -1)📝
src/Tools/Console/ApplicationCompatibility.php(+2 -1)📝
src/Tools/SchemaTool.php(+1 -4)📝
src/UnitOfWork.php(+9 -2)📝
tests/Tests/Models/EagerFetchedCompositeOneToMany/RootEntity.php(+8 -3)➕
tests/Tests/Models/EagerFetchedCompositeOneToMany/SecondLevelWithoutCompositePrimaryKey.php(+31 -0)📝
tests/Tests/ORM/Functional/EagerFetchOneToManyWithCompositeKeyTest.php(+2 -1)📝
tests/Tests/ORM/Functional/ParserResultSerializationTest.php(+0 -6)...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.