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

Database instance lock #137

Closed sbosley closed 8 years ago

sbosley commented 8 years ago

Protect the internal database instance with a private lock, rather than synchronizing on this. This is functionally the same, but protects users in the case that they create any synchronized methods that access the DB in their SquidDatabase subclass.

jdkoren commented 8 years ago

LGTM