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

Make Criterion.fromRawSelection more forgiving #91

Closed sbosley closed 9 years ago

sbosley commented 9 years ago

Log a warning when converting Criterion.fromRawSelection to raw SQL instead of throwing an exception. Document that an exception may be thrown if you try to execute the resulting raw SQL directly.

jdkoren commented 9 years ago

LGTM, one comment we can address separately if desired