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 deprecated default ID property declaration #209

Closed sbosley closed 8 years ago

sbosley commented 8 years ago

Fix an issue where the deprecated default ID property didn't correctly quote its column definition. Our test cases didn't catch this when we refactored it because we had overzealously updated all the test model specs to remove the deprecation warnings. This PR fixes the bug and updates one of our test model specs to make sure that the deprecated default ID case is tested in our test cases.

Closes #207

jdkoren commented 8 years ago

LGTM, waiting for travis