Version of SQLite used in Android?

Posted by Eno on Stack Overflow See other posts from Stack Overflow or by Eno
Published on 2010-03-10T22:37:23Z Indexed on 2010/04/28 22:27 UTC
Read the original article Hit count: 264

Filed under:
|
|
|
|

Reason: Im wondering how to handle schema migrations. The newer SQLite versions support an "ALTER TABLE" SQL command which would save me having to copy data, drop the table, recreate table and re-insert data.

© Stack Overflow or respective owner

Related posts about android

Related posts about sqlite