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
/
SQLiteConnection.java
Age
Commit message (
Expand
)
Author
2020-10-20
Apply fixes for EfficientStrings.
Jeff Sharkey
2020-04-21
Ignore exceptions when investigating failure reasons
Makoto Onuki
2020-04-08
Enhance exception message on SQLiteCantOpenDatabaseException
Makoto Onuki
2020-03-27
Add ability to execute per-connection SQL.
Jeff Sharkey
2020-01-17
Add custom scalar/aggregate functions to SQLite.
Jeff Sharkey
2019-06-03
Fix slow query log.
Makoto Onuki
2019-02-25
Drop support for device configurable "compatibility WAL".
Narayan Kamath
2019-02-01
Better handling of DB corruption in SQLiteDatabase.open()
Makoto Onuki
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-14
Add slow query log for "open".
Makoto Onuki
2018-08-08
Enhance slow-query log output
Makoto Onuki
2018-08-02
Rework slow-query log
Makoto Onuki
2018-07-28
Rewrite MediaStore thumbnail internals.
Jeff Sharkey
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-12-14
Added compatibility WAL flags for Global.Settings
Fyodor Kupolov
2017-11-14
Merge "Apps can now specify journal/synchronous mode"
Fyodor Kupolov
2017-11-08
Apps can now specify journal/synchronous mode
Fyodor Kupolov
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-18
Dump total execution time per connection pool
Fyodor Kupolov
2017-06-28
Support for lookaside configuration params
Fyodor Kupolov
2016-04-07
Fix sqlite time measurement.
Makoto Onuki
2015-12-14
Trace SQLite operations
Greg Hackmann
2015-04-21
Frameworks/base: Compile-time optimize SQLiteConnection
Andreas Gampe
2014-01-08
AArch64: Use long for pointers
Ashok Bhat
2013-05-06
am 601afaef: Merge "Someone\'s IDE chose the wrong Date."
Elliott Hughes
2013-05-06
Someone's IDE chose the wrong Date.
Elliott Hughes
2013-05-01
Don't dump sql bindargs unless verbose mode is requested.
Jeff Brown
2013-02-07
Merge "Keep native callbacks when primary SQLiteConnection is recreated"
Jeffrey Brown
2012-12-04
Keep native callbacks when primary SQLiteConnection is recreated
Niklas Brunlid
2012-10-28
Potential NPE in SQLiteConnection
Sylvain Becuwe
2012-05-07
Move CancellationSignal to android.os package.
Jeff Brown
2012-04-19
Ensure that db connection reconfiguration can change the db.
Jeff Brown
2012-04-16
Add # of changed rows to executeForChangedRowCount log
Makoto Onuki
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-15
Port the SQLite locale setting code to Java.
Jeff Brown
2012-03-06
Don't close the database until all references released.
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-02
Rename CancellationSignal using preferred spelling.
Jeff Brown
2012-01-27
Implement a cancelation mechanism for queries.
Jeff Brown
2012-01-20
Initialize SQLite as part of the android runtime.
Jeff Brown
2012-01-19
Clean up SQLite debugging code.
Jeff Brown
2012-01-18
Fix issues with reentrant SQLite triggers.
Jeff Brown
2012-01-12
Rewrite SQLite database wrappers.
Jeff Brown