不要怂,就是干,撸起袖子干!

Commit 176e516a by Jan Aagaard Meier

Merge pull request #3790 from tiblu/findAll_where_options_documentation_fix

[ci skip] 📝 findAll WHERE options list compiled based on guery-generator.js aliasMap
2 parents ca8554eb 51bc929b
Showing with 1 additions and 1 deletions
......@@ -651,7 +651,7 @@ module.exports = (function() {
* ```sql
* WHERE attr1 > 50 AND attr2 <= 45 AND attr3 IN (1,2,3) AND attr4 != 5
* ```
* Possible options are: `gt, gte, lt, lte, ne, between/.., nbetween/notbetween/!.., in, not, like, nlike/notlike`
* Possible options are: `$ne, $in, $not, $notIn, $gte, $gt, $lte, $lt, $like, $ilike/$iLike, $notLike, $notILike, '..'/$between, '!..'/$notBetween, '&&'/$overlap, '@>'/$contains, '<@'/$contained`
*
* __Queries using OR__
* ```js
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!