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

Fix bug in containsNonNullValue #239

Closed sbosley closed 7 years ago

sbosley commented 7 years ago

Fixes a bug in our implementation of containsNonNullValue() that would return true in the case when a non-null value existed in the database values even if that value had been superseded by putting null in the setValues. Thanks to user @Aranda for pointing this out!

jdkoren commented 7 years ago

LGTM