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
/
SQLiteConnection.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change close guard logged messages
Ioannis Ilkos
2021-12-21
1
-1
/
+1
*
Add support for normal sync mode and propagate journalMode and syncMode on da...
Edgar Arriaga
2021-11-29
1
-39
/
+49
*
Make robust the open failure reason detection logic
Makoto Onuki
2021-09-29
1
-7
/
+15
*
Allow PRAGMA statements that change and return a result in executeNonQuery()
Daniel Santiago Rivera
2021-08-19
1
-2
/
+5
*
Apply fixes for EfficientStrings.
Jeff Sharkey
2020-10-20
1
-14
/
+18
*
Ignore exceptions when investigating failure reasons
Makoto Onuki
2020-04-21
1
-13
/
+20
*
Enhance exception message on SQLiteCantOpenDatabaseException
Makoto Onuki
2020-04-08
1
-1
/
+23
*
Add ability to execute per-connection SQL.
Jeff Sharkey
2020-03-27
1
-0
/
+26
*
Add custom scalar/aggregate functions to SQLite.
Jeff Sharkey
2020-01-17
1
-23
/
+27
*
Fix slow query log.
Makoto Onuki
2019-06-03
1
-4
/
+4
*
Drop support for device configurable "compatibility WAL".
Narayan Kamath
2019-02-25
1
-4
/
+5
*
Better handling of DB corruption in SQLiteDatabase.open()
Makoto Onuki
2019-02-01
1
-0
/
+2
*
DB Wipe detection
Makoto Onuki
2018-10-24
1
-0
/
+35
*
Truncate(*1) it if WAL file is too big when opening DB
Makoto Onuki
2018-08-24
1
-0
/
+36
*
Add slow query log for "open".
Makoto Onuki
2018-08-14
1
-4
/
+9
*
Enhance slow-query log output
Makoto Onuki
2018-08-08
1
-5
/
+38
*
Rework slow-query log
Makoto Onuki
2018-08-02
1
-15
/
+10
*
Rewrite MediaStore thumbnail internals.
Jeff Sharkey
2018-07-28
1
-1
/
+7
*
New behavior of setSynchronousMode
Fyodor Kupolov
2018-06-01
1
-1
/
+3
*
Include additional information in the dumpsys
Fyodor Kupolov
2018-03-20
1
-3
/
+1
*
Introduced DISABLE_COMPATIBILITY_WAL flag
Fyodor Kupolov
2018-03-06
1
-3
/
+5
*
Added compatibility WAL flags for Global.Settings
Fyodor Kupolov
2017-12-14
1
-1
/
+5
*
Merge "Apps can now specify journal/synchronous mode"
Fyodor Kupolov
2017-11-14
1
-10
/
+13
|
\
|
*
Apps can now specify journal/synchronous mode
Fyodor Kupolov
2017-11-08
1
-10
/
+13
*
|
Update wal mode of the connection when disabling WAL
Fyodor Kupolov
2017-11-06
1
-1
/
+2
|
/
*
Initial version of compatibility WAL
Fyodor Kupolov
2017-10-26
1
-1
/
+3
*
Dump total execution time per connection pool
Fyodor Kupolov
2017-09-18
1
-10
/
+16
*
Support for lookaside configuration params
Fyodor Kupolov
2017-06-28
1
-7
/
+8
*
Fix sqlite time measurement.
Makoto Onuki
2016-04-07
1
-6
/
+9
*
Trace SQLite operations
Greg Hackmann
2015-12-14
1
-0
/
+22
*
Frameworks/base: Compile-time optimize SQLiteConnection
Andreas Gampe
2015-04-21
1
-7
/
+10
*
AArch64: Use long for pointers
Ashok Bhat
2014-01-08
1
-33
/
+33
*
am 601afaef: Merge "Someone\'s IDE chose the wrong Date."
Elliott Hughes
2013-05-06
1
-1
/
+1
|
\
|
*
Someone's IDE chose the wrong Date.
Elliott Hughes
2013-05-06
1
-1
/
+1
*
|
Don't dump sql bindargs unless verbose mode is requested.
Jeff Brown
2013-05-01
1
-7
/
+7
|
/
*
Merge "Keep native callbacks when primary SQLiteConnection is recreated"
Jeffrey Brown
2013-02-07
1
-0
/
+7
|
\
|
*
Keep native callbacks when primary SQLiteConnection is recreated
Niklas Brunlid
2012-12-04
1
-0
/
+7
*
|
Potential NPE in SQLiteConnection
Sylvain Becuwe
2012-10-28
1
-1
/
+1
|
/
*
Move CancellationSignal to android.os package.
Jeff Brown
2012-05-07
1
-2
/
+2
*
Ensure that db connection reconfiguration can change the db.
Jeff Brown
2012-04-19
1
-0
/
+2
*
Add # of changed rows to executeForChangedRowCount log
Makoto Onuki
2012-04-16
1
-2
/
+6
*
Provide an API for enabling foreign key constraints.
Jeff Brown
2012-03-23
1
-0
/
+18
*
Support enabling WAL using a flag when DB is opened.
Jeff Brown
2012-03-23
1
-2
/
+3
*
Work around problems changing the database journal mode.
Jeff Brown
2012-03-22
1
-29
/
+61
*
Port the SQLite locale setting code to Java.
Jeff Brown
2012-03-15
1
-20
/
+79
*
Don't close the database until all references released.
Jeff Brown
2012-03-06
1
-30
/
+35
*
Allow the SQLite sync mode to be set independently for WAL.
Jeff Brown
2012-03-02
1
-9
/
+16
*
Externalize more SQLite configuration options.
Jeff Brown
2012-02-29
1
-1
/
+51
*
Rename CancellationSignal using preferred spelling.
Jeff Brown
2012-02-02
1
-50
/
+50
*
Implement a cancelation mechanism for queries.
Jeff Brown
2012-01-27
1
-31
/
+137
[next]