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

Misc enhancements #96

Closed sbosley closed 8 years ago

sbosley commented 8 years ago

A bunch of minor changes for better consistency. Makes sure SquidDatabase wraps insert/insertOrThrow correctly and distinguishes between the two, and unifies some duplicated logic in SqlUtils.

ThreadLocals are now accepted as arguments to criterions, which is a step towards better reuse of statements in a multi-threaded environment.

Also adds the ability to construct ConjunctionCriterions from Lists.

jdkoren commented 8 years ago

LGTM, awaiting travis