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
/
SQLiteDatabase.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
SQLite: Do integrity_check only once
yi.jang
2022-10-26
1
-25
/
+9
*
SQLiteDatabase: Catch corrupt exception during transaction
muzbit.kim
2022-10-26
1
-1
/
+10
*
Add support for normal sync mode and propagate journalMode and syncMode on da...
Edgar Arriaga
2021-11-29
1
-22
/
+191
*
Add total execution time and statements executed to dumpsys dbinfo
Edgar Arriaga
2021-11-23
1
-14
/
+54
*
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-29
1
-1
/
+2
*
Revert "Add maxTargetSdk restriction to unused APIs."
Hongwei Wang
2020-10-28
1
-2
/
+1
*
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-27
1
-1
/
+2
*
Apply fixes for EfficientStrings.
Jeff Sharkey
2020-10-20
1
-1
/
+1
*
Apply fixes for EfficientStringsChecker.
Jeff Sharkey
2020-10-20
1
-1
/
+1
*
Merge "Update language to comply with Android's inclusive language guidance" ...
Treehugger Robot
2020-07-31
1
-1
/
+1
|
\
|
*
Update language to comply with Android's inclusive language guidance
Lais Andrade
2020-07-31
1
-1
/
+1
|
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2020-01-08
1
-1
/
+1
*
|
Deep copy arguments to avoid accidental mutation.
Jeff Sharkey
2020-03-31
1
-0
/
+4
*
|
Add ability to execute per-connection SQL.
Jeff Sharkey
2020-03-27
1
-0
/
+46
*
|
Add custom scalar/aggregate functions to SQLite.
Jeff Sharkey
2020-01-17
1
-13
/
+76
*
|
Use new UnsupportedAppUsage annotation.
Artur Satayev
2020-01-06
1
-1
/
+1
*
|
Replace com.android.internal.util.Preconditions.checkNotNull with
Daulet Zhanguzin
2020-01-03
1
-2
/
+3
|
/
*
Update the deprecation description per API review
Makoto Onuki
2019-03-01
1
-14
/
+12
*
Drop support for device configurable "compatibility WAL".
Narayan Kamath
2019-02-25
1
-11
/
+17
*
Better handling of DB corruption in SQLiteDatabase.open()
Makoto Onuki
2019-02-01
1
-3
/
+8
*
Deprecate SQLite connection timeout
Makoto Onuki
2019-01-28
1
-0
/
+19
*
DB Wipe detection
Makoto Onuki
2018-10-24
1
-5
/
+91
*
Merge "docs: fix bug 37054309, becuase typo" into pi-dev am: 9359f3683c
kopriva
2018-09-27
1
-1
/
+1
|
\
|
*
Merge "docs: fix bug 37054309, becuase typo" into pi-dev
kopriva
2018-09-27
1
-1
/
+1
|
|
\
|
|
*
docs: fix bug 37054309, becuase typo
kopriva
2018-09-27
1
-1
/
+1
|
*
|
resolve merge conflicts of b41f50dfd09c5d0555dedde5e165ae602e6f7c25 to pi-dev...
Mathew Inwood
2018-08-16
1
-0
/
+11
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-10
1
-0
/
+11
|
*
|
DO NOT MERGE. Extend SQLiteQueryBuilder for update and delete.
Jeff Sharkey
2018-08-03
1
-1
/
+2
|
|
/
*
|
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-10
1
-0
/
+11
*
|
Extend SQLiteQueryBuilder for update and delete.
Jeff Sharkey
2018-07-13
1
-2
/
+4
|
/
*
New behavior of setSynchronousMode
Fyodor Kupolov
2018-06-01
1
-3
/
+2
*
Introduced DISABLE_COMPATIBILITY_WAL flag
Fyodor Kupolov
2018-03-06
1
-9
/
+16
*
Fix JavaDoc for enableWriteAheadLogging
Fyodor Kupolov
2018-02-02
1
-1
/
+0
*
Added compatibility WAL flags for Global.Settings
Fyodor Kupolov
2017-12-14
1
-0
/
+4
*
Close available secondary connections if schema changes
Fyodor Kupolov
2017-11-17
1
-4
/
+8
*
Apps can now specify journal/synchronous mode
Fyodor Kupolov
2017-11-08
1
-6
/
+66
*
Initial version of compatibility WAL
Fyodor Kupolov
2017-10-26
1
-2
/
+9
*
Do not close idle connections by default
Fyodor Kupolov
2017-08-30
1
-1
/
+2
*
Keep close_idle_connections optimization for all devices
Fyodor Kupolov
2017-08-23
1
-2
/
+0
*
API Review update for SQLiteDatabase
Fyodor Kupolov
2017-08-07
1
-5
/
+14
*
Added setIdleConnectionTimeout method
Fyodor Kupolov
2017-07-31
1
-13
/
+64
*
Close idle sqlite connections
Fyodor Kupolov
2017-07-18
1
-0
/
+1
*
Disable lookaside allocator on low-RAM devices
Fyodor Kupolov
2017-07-06
1
-0
/
+4
*
Support for lookaside configuration params
Fyodor Kupolov
2017-06-28
1
-12
/
+292
*
Replace possibly-expensive size() == 0 with isEmpty()
Mike Tsao
2017-03-24
1
-2
/
+2
*
docs: Update docs for SQLiteDatabase replace methods
Mark Lu
2016-08-30
1
-3
/
+5
*
Fix documentation bug in SQLiteDatabase
Steve Pomeroy
2016-05-12
1
-4
/
+3
*
Add SQLiteDatabase.validateSql()
Makoto Onuki
2015-12-16
1
-0
/
+17
*
Fix NPE in deleteDatabase().
Jeff Brown
2014-01-24
1
-4
/
+6
*
Complete documentation of whereArgs (Issue #43061)
Tim Roes
2013-01-25
1
-0
/
+9
[next]