marcoarment / FCModel

An alternative to Core Data for people who like having direct SQL access.
MIT License
1.65k stars 173 forks source link

Using PRAGMA user_version #22

Closed hartbit closed 10 years ago

hartbit commented 10 years ago

Is there any reason that the user_version PRAGMA was not used for storing the schema version instead of storing it inside the metadata table? If not, might it not be preferable?

marcoarment commented 10 years ago

The reason is because I didn't know about that PRAGMA. Fixed. Thanks.