mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #601] [MERGED] Add 'contains' comparison #8430
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/601
Author: @jankramer
Created: 3/5/2013
Status: ✅ Merged
Merged: 3/12/2013
Merged by: @beberlei
Base:
master← Head:add-contains-comparison📝 Commits (2)
7606233Added 'contains' comparison9d5e7ebAdded composer.lock to .gitignore📊 Changes
6 files changed (+45 additions, -517 deletions)
View changed files
📝
.gitignore(+1 -0)📝
composer.json(+1 -0)➖
composer.lock(+0 -507)📝
lib/Doctrine/ORM/Persisters/BasicEntityPersister.php(+10 -9)📝
lib/Doctrine/ORM/Persisters/SqlValueVisitor.php(+17 -1)📝
tests/Doctrine/Tests/ORM/Functional/EntityRepositoryTest.php(+16 -0)📄 Description
As mentioned by @stof in doctrine/collections#5, the 'contains' comparison for matching collections should also be added to the ORM.
The first commit is only present in this PR because the doctrine/collections 1.0 release does not contain the recent addition. It should be removed/altered after a new version has been tagged, I think?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.