On Fri, Apr 5, 2013 at 9:58 AM, Jan Skarvall <[email protected]> wrote: > The statement that Android ships with SQLite 3.4.0 is still there, see > http://developer.android.com/reference/android/database/sqlite/package-summary.html
This is incorrect. > At the same time there are additions to the SQLiteDatabase in API level 11, > e.g. enableWriteAheadLogging(), that hints at level 11 being based on SQLite >>= 3.7.0, see http://www.sqlite.org/wal.html. > Is it really possible that Android have implemented WAL on top of SQLite > 3.4.0? No. API Level 11 is using SQLite 3.7.4: http://stackoverflow.com/a/4377116/115145 > If not, why is there no information on the Android Developer site that > specifies that you could rely on using SQLite 3.7.0 syntax when you are > using level 11 as the minSdkLevel? Because nobody typed up that portion of the documentation. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 4.7 Available! -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

