What is the version of SQLite used in Android?
Reason: I\'m wondering how to handle schema migrations. The newer SQLite versions support an \"ALTER TABLE\" SQL comma
$ adb shell $ sqlite3 --version sqlite3 --version 3.5.9
Same on ADP1 1.6 & 2.1 emulator.