mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #237] [MERGED] [DDC-551] Support for inheritance with filters in lazy collections #7897
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/237
Author: @asm89
Created: 12/22/2011
Status: ✅ Merged
Merged: 1/2/2012
Merged by: @beberlei
Base:
2.2← Head:ddc-551-collections-filters📝 Commits (5)
62be27bAdded tests for ManyToMany associations and lazy collection to STI entity223c470Added tests for ManyToMany associations and lazy collection to CTI entityf49a4e9Added tests for OneToMany associations and lazy collection to STI entityc3c1745Added tests for OneToMany associations and lazy collection to CTI entity4cf5f70Update test📊 Changes
11 files changed (+375 additions, -29 deletions)
View changed files
📝
lib/Doctrine/ORM/Persisters/ManyToManyPersister.php(+14 -6)📝
lib/Doctrine/ORM/Persisters/OneToManyPersister.php(+2 -1)📝
tests/Doctrine/Tests/Models/Company/CompanyAuction.php(+1 -1)📝
tests/Doctrine/Tests/Models/Company/CompanyContract.php(+3 -3)📝
tests/Doctrine/Tests/Models/Company/CompanyEmployee.php(+11 -1)📝
tests/Doctrine/Tests/Models/Company/CompanyFlexContract.php(+24 -1)📝
tests/Doctrine/Tests/Models/Company/CompanyManager.php(+6 -1)📝
tests/Doctrine/Tests/Models/Company/CompanyOrganization.php(+3 -3)📝
tests/Doctrine/Tests/ORM/Functional/SQLFilterTest.php(+308 -10)📝
tests/Doctrine/Tests/ORM/Functional/SchemaTool/CompanySchemaTest.php(+2 -2)📝
tests/Doctrine/Tests/OrmFunctionalTestCase.php(+1 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.