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

Table aliasing bugfix #119

Closed sbosley closed 8 years ago

sbosley commented 8 years ago

Aliased tables should still have an ID property set, because otherwise getIdProperty() will complain. We noticed this issue when attempting to construct a viewmodel where the backing query used aliased tables.