Friday, April 5, 2013

[android-developers] Re: Proper documentation for SQLite usage missing - I need guidance

Hi again

I'm still confused about SQLite version(s) in Android, not just that there is no reference to the SQLite 3.4.0 documentation in the Android Developer site.

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
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?

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?

Regards
Jan

--
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
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 android-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment