index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
database
/
sqlite
/
SQLiteDatabaseConfiguration.java
Age
Commit message (
Expand
)
Author
2020-03-27
Add ability to execute per-connection SQL.
Jeff Sharkey
2020-01-17
Add custom scalar/aggregate functions to SQLite.
Jeff Sharkey
2020-01-06
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-02-25
Drop support for device configurable "compatibility WAL".
Narayan Kamath
2018-08-10
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-06-01
New behavior of setSynchronousMode
Fyodor Kupolov
2018-03-20
Include additional information in the dumpsys
Fyodor Kupolov
2018-03-06
Introduced DISABLE_COMPATIBILITY_WAL flag
Fyodor Kupolov
2017-11-08
Apps can now specify journal/synchronous mode
Fyodor Kupolov
2017-10-26
Initial version of compatibility WAL
Fyodor Kupolov
2017-07-31
Added setIdleConnectionTimeout method
Fyodor Kupolov
2017-07-06
Disable lookaside allocator on low-RAM devices
Fyodor Kupolov
2017-06-28
Support for lookaside configuration params
Fyodor Kupolov
2012-03-23
Provide an API for enabling foreign key constraints.
Jeff Brown
2012-03-23
Support enabling WAL using a flag when DB is opened.
Jeff Brown
2012-03-22
Work around problems changing the database journal mode.
Jeff Brown
2012-03-02
Allow the SQLite sync mode to be set independently for WAL.
Jeff Brown
2012-02-29
Externalize more SQLite configuration options.
Jeff Brown
2012-02-29
Refactor SQLiteOpenHelper.
Jeff Brown
2012-01-12
Rewrite SQLite database wrappers.
Jeff Brown