mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #12194] [MERGED] Merge 3.5.x into 3.6.x #13562
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/12194
Author: @derrabus
Created: 10/7/2025
Status: ✅ Merged
Merged: 10/7/2025
Merged by: @derrabus
Base:
3.6.x← Head:3.6.x📝 Commits (10+)
9bf407fFixIN/NOT INexpression handling and support enums when matching on to-many-collectionsb7423c9Migrate away from getMockForAbstractClass()9d5f112Migrate to willReturn()680a9efMigrate away from assertStringNotMatchesFormat()17059e5Migrate away from annotations in tests2d90917Use PHPUnit 11 when possibledb45697Check extra condition to decide if a test was skipped21e9fcbMerge pull request #12146 from greg0ire/upg-phpunitc164ae4docs: generation strategies differences between DBAL 3 and 4f7d4e37docs: consistent PostgreSQL's name case📊 Changes
47 files changed (+548 additions, -303 deletions)
View changed files
📝
.github/workflows/continuous-integration.yml(+68 -4)📝
composer.json(+1 -1)📝
docs/en/reference/advanced-configuration.rst(+2 -0)📝
docs/en/reference/architecture.rst(+3 -2)📝
docs/en/reference/basic-mapping.rst(+7 -5)📝
docs/en/sidebar.rst(+0 -2)➖
docs/en/tutorials/getting-started-database.rst(+0 -26)➖
docs/en/tutorials/getting-started-models.rst(+0 -24)📝
docs/en/tutorials/getting-started.rst(+5 -4)📝
phpstan-baseline.neon(+30 -36)📝
phpstan-dbal3.neon(+5 -5)📝
phpstan.neon(+3 -3)📝
src/Persisters/Collection/ManyToManyPersister.php(+10 -3)📝
src/Persisters/Entity/BasicEntityPersister.php(+7 -129)📝
src/Persisters/Entity/JoinedSubclassPersister.php(+1 -1)📝
src/Query/SqlWalker.php(+6 -2)📝
src/Tools/Pagination/LimitSubqueryOutputWalker.php(+3 -1)📝
src/Utility/PersisterHelper.php(+127 -0)➕
tests/Tests/Models/Enums/BookCategory.php(+30 -0)➕
tests/Tests/Models/Enums/BookGenre.php(+11 -0)...and 27 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.