mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
STARTS_WITH & ENDS_WITH criteria method #5632
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 @yalg on GitHub (Aug 10, 2017).
Originally assigned to: @Ocramius on GitHub.
Hi,
I found in master branch new methods startsWith and endsWith, but Doctrine 1.5.6 didn't allows to use it.
a557c97a93I think it's not a "new feature", because CONTAINS already exists, and it's just an improvement of CONTAINS.
Is there a reason this feature is not merged into 1.5.6?
@Ocramius commented on GitHub (Aug 10, 2017):
@yalg because it is still a
new featurefor the ORM :-)Additions to the API are never backported.
@yalg commented on GitHub (Aug 10, 2017):
Ok good reason 😄
have you an approximal "month" (year?) of release?
@Ocramius commented on GitHub (Aug 10, 2017):
Nope - simply "when we have time"
Marco Pivetta
http://twitter.com/Ocramius
http://ocramius.github.com/
On Thu, Aug 10, 2017 at 10:48 AM, Ya LG notifications@github.com wrote: