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
/
SQLiteGlobal.java
Age
Commit message (
Expand
)
Author
2019-03-19
Disable DB wipe check
Makoto Onuki
2019-02-25
Drop support for device configurable "compatibility WAL".
Narayan Kamath
2018-10-24
DB Wipe detection
Makoto Onuki
2018-08-24
Truncate(*1) it if WAL file is too big when opening DB
Makoto Onuki
2018-08-09
Default to FULL synchronous mode for sqlite DBs in system server
Makoto Onuki
2017-11-06
Update wal mode of the connection when disabling WAL
Fyodor Kupolov
2017-10-26
Initial version of compatibility WAL
Fyodor Kupolov
2017-09-01
Allow using SQLiteGlobal for testing
Fyodor Kupolov
2017-07-31
Added setIdleConnectionTimeout method
Fyodor Kupolov
2017-04-05
Document the fact that StatFs.restat() and ctor can throw.
Tobias Thierer
2012-05-11
Enable SQLite configuration to be set with system properties.
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-01-20
Initialize SQLite as part of the android runtime.
Jeff Brown
2012-01-12
Rewrite SQLite database wrappers.
Jeff Brown