loopbackio / loopback-connector-couchdb2

LoopBack Connector for Couchdb
Other
12 stars 11 forks source link

PCRE Regular Expressions #52

Closed Danwakeem closed 6 years ago

Danwakeem commented 6 years ago

Description

Fixed issues with regular expressions on like and nlike queries. When a javascript RegExp is passed as a condition it will now be converted to a PCRE style regular expression.

Related issues

Checklist

jannyHou commented 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!

Danwakeem commented 6 years ago

@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 :)

Danwakeem commented 6 years ago

🎉 Woohoo! Thanks, @jannyHou