SQLite Android Bindings

Check-in [9c4a073c3b]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:In SQLITE_HAS_CODEC builds, do not initialize the LOCALIZED collation automatically (as if the SQLiteDatabase.NO_LOCALIZED_COLLATORS flag was set). Require apps to call the enableLocalizedCollators() method to explicitly initialize it. This gives the app an opportunity to execute a PRAGMA statement to configure an encryption key before the database is first accessed.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 9c4a073c3bc186182f0ca952a32591894c0e9bba
User & Date: dan 2013-12-24 12:07:09.461
Context
2013-12-24
18:51
Add extra SEE tests. And fix problems revealed by the same. (check-in: 0b5fd0b0d3 user: dan tags: trunk)
12:07
In SQLITE_HAS_CODEC builds, do not initialize the LOCALIZED collation automatically (as if the SQLiteDatabase.NO_LOCALIZED_COLLATORS flag was set). Require apps to call the enableLocalizedCollators() method to explicitly initialize it. This gives the app an opportunity to execute a PRAGMA statement to configure an encryption key before the database is first accessed. (check-in: 9c4a073c3b user: dan tags: trunk)
2013-12-23
07:33
Add extra required utility functions to ExtraUtils.java. (check-in: be6acc5363 user: dan tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to jni/Android.mk.
Changes to jni/android_database_SQLiteConnection.cpp.
Changes to src/org/sqlite/app/customsqlite/CustomSqlite.java.
Changes to src/org/sqlite/database/sqlite/SQLiteConnection.java.
Changes to src/org/sqlite/database/sqlite/SQLiteConnectionPool.java.
Changes to src/org/sqlite/database/sqlite/SQLiteDatabase.java.