collections
collections copied to clipboard
Like or Not Like - that's where the question
New Comparison::LIKE
and Comparison::NOTLIKE
as alternative solution for #45 :dancer:
Support next wildcard characters:
%
- any character(s), any amount
_
- any character, only one
\%
- escape for %
\_
- escape for _
I just got idea, that we can use a random string instead of DOCTRINESQLWILDCARDESCAPEDMANY
for placeholder
any tips about simple random string generator, or maybe Doctrine already has something?
Any random string will still suffer from the same issue. The difference is that you will not know what is the forbidden value
hm, hm, I wondered why it marked :bug: ? I thought it is "new feature" :smile: