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

Apply enum hotfixes from PR #217 #224

Closed sbosley closed 8 years ago

sbosley commented 8 years ago

We should get these fixes for enums in ASAP and deal with the CompileContext changes in 217 separately. I confirmed that several test cases fail when I override toString in TestEnum, but pass again after the fixes were applied.

sbosley commented 8 years ago

We might want to do this on a 3.1.3 branch instead of master, which has a few changes that are more suitable for a 3.2.0 release.