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
/
SQLiteConnectionPool.java
Age
Commit message (
Expand
)
Author
2019-02-25
Drop support for device configurable "compatibility WAL".
Narayan Kamath
2018-10-24
DB Wipe detection
Makoto Onuki
2018-08-08
Enhance slow-query log output
Makoto Onuki
2018-03-20
Include additional information in the dumpsys
Fyodor Kupolov
2018-03-06
Introduced DISABLE_COMPATIBILITY_WAL flag
Fyodor Kupolov
2018-02-08
Frameworks: Annotate trivial @GuardedBy in core/java
Andreas Gampe
2017-12-14
Added compatibility WAL flags for Global.Settings
Fyodor Kupolov
2017-11-17
Close available secondary connections if schema changes
Fyodor Kupolov
2017-09-18
Dump total execution time per connection pool
Fyodor Kupolov
2017-07-31
Merge "Added setIdleConnectionTimeout method" into oc-mr1-dev
Fyodor Kupolov
2017-07-31
Added setIdleConnectionTimeout method
Fyodor Kupolov
2017-07-26
Limit number of in-memory db connections to 1 per pool
Fyodor Kupolov
2017-07-18
Close idle sqlite connections
Fyodor Kupolov
2017-07-06
Disable lookaside allocator on low-RAM devices
Fyodor Kupolov
2012-05-07
Move CancellationSignal to android.os package.
Jeff Brown
2012-04-26
Fix CancellationSignal deadlock.
Jeff Brown
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-21
Throw if WAL enabled/disabled when connections are in use.
Jeff Brown
2012-02-29
Refactor SQLiteOpenHelper.
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-18
Fix issues with reentrant SQLite triggers.
Jeff Brown
2012-01-12
Rewrite SQLite database wrappers.
Jeff Brown