collections icon indicating copy to clipboard operation
collections copied to clipboard

Like or Not Like - that's where the question

Open Fedik opened this issue 10 years ago • 3 comments

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 _

Fedik avatar Dec 10 '14 15:12 Fedik

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?

Fedik avatar Dec 27 '14 12:12 Fedik

Any random string will still suffer from the same issue. The difference is that you will not know what is the forbidden value

stof avatar Dec 29 '14 13:12 stof

hm, hm, I wondered why it marked :bug: ? I thought it is "new feature" :smile:

Fedik avatar Sep 26 '15 16:09 Fedik