yahoo / squidb

SquiDB is a SQLite database library for Android and iOS
https://github.com/yahoo/squidb/wiki
Apache License 2.0
1.31k stars 132 forks source link

Criterion negation enhancements #117

Closed sbosley closed 8 years ago

sbosley commented 8 years ago

Add explicit negation methods for many of the standard criterions. E.g. in(...) now has a notIn(...) counterpart, like(...) has notLike(...), etc. Each of these criterions will also generate more readable SQL when negated. Refs #116.

jdkoren commented 8 years ago

LGTM