Closed Danwakeem closed 6 years ago
@Danwakeem BTW, please reword the commit message to be a descriptive one to pass the CI:
**
** Linting commit logs
**
** 1 problems found:
** 245e475 - Merge branch 'master' of https://github.com/strongl: First line should be 50 characters or less (saw 82)
For example: convert to PCRE regular expressions
Thanks!
@jannyHou Yes, sorry about that. I rolled that commit back and re-pushed that Code clean up commit so it wouldn't mess up the Commit Linter :)
🎉 Woohoo! Thanks, @jannyHou
Description
Fixed issues with regular expressions on
like
andnlike
queries. When a javascript RegExp is passed as a condition it will now be converted to aPCRE
style regular expression.Related issues
Checklist