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 2.0 fixes #80

Closed sbosley closed 9 years ago

sbosley commented 9 years ago

This fixes an issue with DBObject hashCode and equals--they relied on getExpression(), but Function and function properties don't support getExpression(). This fixes that bug as well as a few miscellaneous warnings.