summaryrefslogtreecommitdiff
path: root/core/java/android/database/sqlite/SQLiteDatabaseConfiguration.java
AgeCommit message (Expand)Author
2020-03-27Add ability to execute per-connection SQL.Jeff Sharkey
2020-01-17Add custom scalar/aggregate functions to SQLite.Jeff Sharkey
2020-01-06Use new UnsupportedAppUsage annotation.Artur Satayev
2019-02-25Drop support for device configurable "compatibility WAL".Narayan Kamath
2018-08-10Add @UnsupportedAppUsage annotationsMathew Inwood
2018-06-01New behavior of setSynchronousModeFyodor Kupolov
2018-03-20Include additional information in the dumpsysFyodor Kupolov
2018-03-06Introduced DISABLE_COMPATIBILITY_WAL flagFyodor Kupolov
2017-11-08Apps can now specify journal/synchronous modeFyodor Kupolov
2017-10-26Initial version of compatibility WALFyodor Kupolov
2017-07-31Added setIdleConnectionTimeout methodFyodor Kupolov
2017-07-06Disable lookaside allocator on low-RAM devicesFyodor Kupolov
2017-06-28Support for lookaside configuration paramsFyodor Kupolov
2012-03-23Provide an API for enabling foreign key constraints.Jeff Brown
2012-03-23Support enabling WAL using a flag when DB is opened.Jeff Brown
2012-03-22Work around problems changing the database journal mode.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-02-29Refactor SQLiteOpenHelper.Jeff Brown
2012-01-12Rewrite SQLite database wrappers.Jeff Brown