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

Commit 4a272263 by Mikk Andresen

findAll WHERE options list compiled based on guery-generator.js aliasMap.

1 parent ca8554eb
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/$ne, in/$in, not/$not, notIn/$notIn, gte/$gte, gt/$gt, lte/$lte, lt/$lt, like/$like, ilike/$ilike/$iLike, nlike/$notLike, notilike/$notILike, '..'/between/$between, '!..'/notbetween/nbetween/$notBetween, '&&'/overlap/$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!