summaryrefslogtreecommitdiff
path: root/core/java/android/database/sqlite/SQLiteGlobal.java
Commit message (Expand)AuthorAgeFilesLines
* Add support for normal sync mode and propagate journalMode and syncMode on da...Edgar Arriaga2021-11-291-3/+3
* Disable DB wipe checkMakoto Onuki2019-03-191-1/+1
* Drop support for device configurable "compatibility WAL".Narayan Kamath2019-02-251-10/+0
* DB Wipe detectionMakoto Onuki2018-10-241-0/+7
* Truncate(*1) it if WAL file is too big when opening DBMakoto Onuki2018-08-241-0/+17
* Default to FULL synchronous mode for sqlite DBs in system serverMakoto Onuki2018-08-091-0/+17
* Update wal mode of the connection when disabling WALFyodor Kupolov2017-11-061-1/+0
* Initial version of compatibility WALFyodor Kupolov2017-10-261-0/+11
* Allow using SQLiteGlobal for testingFyodor Kupolov2017-09-011-0/+2
* Added setIdleConnectionTimeout methodFyodor Kupolov2017-07-311-0/+11
* Document the fact that StatFs.restat() and ctor can throw.Tobias Thierer2017-04-051-0/+2
* Enable SQLite configuration to be set with system properties.Jeff Brown2012-05-111-11/+20
* Allow the SQLite sync mode to be set independently for WAL.Jeff Brown2012-03-021-4/+12
* Externalize more SQLite configuration options.Jeff Brown2012-02-291-0/+41
* Initialize SQLite as part of the android runtime.Jeff Brown2012-01-201-32/+10
* Rewrite SQLite database wrappers.Jeff Brown2012-01-121-0/+89