I wonder where one would call db.execSQL ("PRAGMA legacy_file_format=OFF;");
on Android.
I see a chicken / egg problem here as legacy_file_format=OFF
only take effect开发者_开发技巧 when the next db is created. But then you need a db object to call execSQL
.
精彩评论