根据this question的说法,安卓数据库文件包含版本号。然而,我不知道如何使用火狐的SQLiteManager来找到它。
是否可以使用此工具查看版本?
发布于 2012-09-01 05:14:19
@zapl写道:
execute PRAGMA user_version;您可以在同一位置执行其他SQLite查询,这将显示由SQLiteOpenHelper
execute PRAGMA user_version
设置的版本
https://stackoverflow.com/questions/11942318
相似问题