mitmel / SimpleContentProvider

A simple ContentProvider for Android
http://mobile.mit.edu/
Other
79 stars 32 forks source link

automatic migration for simple changes #2

Open xxv opened 13 years ago

xxv commented 13 years ago

Adding/dropping columns are pretty common in doing DB work. It'd be really cool if there was some infrastructure to assist with automatic generation of table migration SQL.

One of the hard parts about this with the current model is that it would probably involve introspection using SQLite-specific commands to compare table definitions.