mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
STARTS_WITH and ENDS_WITH #5736
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?
Originally created by @mgoniwiecha on GitHub (Oct 12, 2017).
Originally assigned to: @Ocramius on GitHub.
Hello,
I want to ask why the entries "Comparison::STARTS_WITH" and "Comparison::ENDS_WITH" in the $comparisonMap of the class "Doctrine\ORM\Persisters\Entity\BasicEntityPersister" are not included in the latest release (v2.5.11)? The changes are already in master and the commit is from April (
a557c97a93 (diff-25f5292f65d5536bb733559f15e0d37f)).aea970722e/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php (L100)@alcaeus commented on GitHub (Oct 12, 2017):
master is the branch for the upcoming 2.6 version, as indicated by the
branch-aliasin composer. 2.5 will not get the feature as new features are only added in minor releases.@mgoniwiecha commented on GitHub (Oct 12, 2017):
Thx, for that information. In this repo it is a new feature. But not within the doctrine/collections repo. And that is why i thought that it could be a bug and not a feature. Sorry