index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
database
/
sqlite
/
SQLiteGlobal.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for normal sync mode and propagate journalMode and syncMode on da...
Edgar Arriaga
2021-11-29
1
-3
/
+3
*
Disable DB wipe check
Makoto Onuki
2019-03-19
1
-1
/
+1
*
Drop support for device configurable "compatibility WAL".
Narayan Kamath
2019-02-25
1
-10
/
+0
*
DB Wipe detection
Makoto Onuki
2018-10-24
1
-0
/
+7
*
Truncate(*1) it if WAL file is too big when opening DB
Makoto Onuki
2018-08-24
1
-0
/
+17
*
Default to FULL synchronous mode for sqlite DBs in system server
Makoto Onuki
2018-08-09
1
-0
/
+17
*
Update wal mode of the connection when disabling WAL
Fyodor Kupolov
2017-11-06
1
-1
/
+0
*
Initial version of compatibility WAL
Fyodor Kupolov
2017-10-26
1
-0
/
+11
*
Allow using SQLiteGlobal for testing
Fyodor Kupolov
2017-09-01
1
-0
/
+2
*
Added setIdleConnectionTimeout method
Fyodor Kupolov
2017-07-31
1
-0
/
+11
*
Document the fact that StatFs.restat() and ctor can throw.
Tobias Thierer
2017-04-05
1
-0
/
+2
*
Enable SQLite configuration to be set with system properties.
Jeff Brown
2012-05-11
1
-11
/
+20
*
Allow the SQLite sync mode to be set independently for WAL.
Jeff Brown
2012-03-02
1
-4
/
+12
*
Externalize more SQLite configuration options.
Jeff Brown
2012-02-29
1
-0
/
+41
*
Initialize SQLite as part of the android runtime.
Jeff Brown
2012-01-20
1
-32
/
+10
*
Rewrite SQLite database wrappers.
Jeff Brown
2012-01-12
1
-0
/
+89