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

IN/NOT IN criterion enhancements #238

Closed sbosley closed 7 years ago

sbosley commented 7 years ago

Minor enhancements to IN/NOT IN criterions to make them more robust against null arguments in the varargs case.

jdkoren commented 7 years ago

LGTM