summaryrefslogtreecommitdiff
path: root/core/java/android/database/sqlite/SQLiteDatabaseConfiguration.java
Commit message (Expand)AuthorAgeFilesLines
* Add support for normal sync mode and propagate journalMode and syncMode on da...Edgar Arriaga2021-11-291-3/+86
* Add ability to execute per-connection SQL.Jeff Sharkey2020-03-271-1/+9
* Add custom scalar/aggregate functions to SQLite.Jeff Sharkey2020-01-171-6/+17
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-061-1/+1
* Drop support for device configurable "compatibility WAL".Narayan Kamath2019-02-251-2/+3
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-101-0/+2
* New behavior of setSynchronousModeFyodor Kupolov2018-06-011-1/+2
* Include additional information in the dumpsysFyodor Kupolov2018-03-201-0/+5
* Introduced DISABLE_COMPATIBILITY_WAL flagFyodor Kupolov2018-03-061-10/+0
* Apps can now specify journal/synchronous modeFyodor Kupolov2017-11-081-0/+14
* Initial version of compatibility WALFyodor Kupolov2017-10-261-0/+10
* Added setIdleConnectionTimeout methodFyodor Kupolov2017-07-311-4/+10
* Disable lookaside allocator on low-RAM devicesFyodor Kupolov2017-07-061-0/+4
* Support for lookaside configuration paramsFyodor Kupolov2017-06-281-0/+18
* Provide an API for enabling foreign key constraints.Jeff Brown2012-03-231-0/+8
* Support enabling WAL using a flag when DB is opened.Jeff Brown2012-03-231-18/+0
* Work around problems changing the database journal mode.Jeff Brown2012-03-221-14/+4
* Allow the SQLite sync mode to be set independently for WAL.Jeff Brown2012-03-021-0/+9
* Externalize more SQLite configuration options.Jeff Brown2012-02-291-0/+9
* Refactor SQLiteOpenHelper.Jeff Brown2012-02-291-8/+8
* Rewrite SQLite database wrappers.Jeff Brown2012-01-121-0/+167