mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #12341] Implement compatibility with collections 3 #13708
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/12341
Author: @greg0ire
Created: 1/10/2026
Status: 🔄 Open
Base:
3.7.x← Head:compat-coll3📝 Commits (1)
5d36264Implement compatiblity with collections 3📊 Changes
39 files changed (+358 additions, -142 deletions)
View changed files
📝
UPGRADE.md(+25 -0)📝
composer.json(+1 -1)📝
phpcs.xml.dist(+2 -0)📝
phpstan-baseline.neon(+9 -9)📝
phpstan-dbal3.neon(+13 -0)📝
phpstan.neon(+13 -0)📝
src/LazyCriteriaCollection.php(+1 -3)📝
src/PersistentCollection.php(+3 -4)➕
src/PersistentCollectionImplementation.php(+37 -0)📝
src/Persisters/Collection/CollectionPersister.php(+2 -0)📝
src/Persisters/Collection/ManyToManyPersister.php(+1 -0)📝
src/Persisters/Collection/OneToManyPersister.php(+10 -3)📝
src/Persisters/SqlValueVisitor.php(+4 -23)➕
src/Persisters/SqlValueVisitorImplementation.php(+98 -0)📝
tests/Tests/ORM/Cache/Persister/Entity/EntityPersisterTestCase.php(+4 -2)📝
tests/Tests/ORM/Functional/ClassTableInheritanceTest.php(+3 -2)📝
tests/Tests/ORM/Functional/EntityRepositoryCriteriaTest.php(+9 -7)📝
tests/Tests/ORM/Functional/EntityRepositoryTest.php(+24 -23)📝
tests/Tests/ORM/Functional/EnumTest.php(+3 -2)📝
tests/Tests/ORM/Functional/ManyToManyBasicAssociationTest.php(+9 -8)...and 19 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.