summaryrefslogtreecommitdiff
path: root/core/java/android/database/sqlite/SQLiteGlobal.java
AgeCommit message (Expand)Author
2019-03-19Disable DB wipe checkMakoto Onuki
2019-02-25Drop support for device configurable "compatibility WAL".Narayan Kamath
2018-10-24DB Wipe detectionMakoto Onuki
2018-08-24Truncate(*1) it if WAL file is too big when opening DBMakoto Onuki
2018-08-09Default to FULL synchronous mode for sqlite DBs in system serverMakoto Onuki
2017-11-06Update wal mode of the connection when disabling WALFyodor Kupolov
2017-10-26Initial version of compatibility WALFyodor Kupolov
2017-09-01Allow using SQLiteGlobal for testingFyodor Kupolov
2017-07-31Added setIdleConnectionTimeout methodFyodor Kupolov
2017-04-05Document the fact that StatFs.restat() and ctor can throw.Tobias Thierer
2012-05-11Enable SQLite configuration to be set with system properties.Jeff Brown
2012-03-02Allow the SQLite sync mode to be set independently for WAL.Jeff Brown
2012-02-29Externalize more SQLite configuration options.Jeff Brown
2012-01-20Initialize SQLite as part of the android runtime.Jeff Brown
2012-01-12Rewrite SQLite database wrappers.Jeff Brown