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
/
SQLiteConnectionPool.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
-9
/
+9
*
Add total execution time and statements executed to dumpsys dbinfo
Edgar Arriaga
2021-11-23
1
-3
/
+25
*
Drop support for device configurable "compatibility WAL".
Narayan Kamath
2019-02-25
1
-6
/
+5
*
DB Wipe detection
Makoto Onuki
2018-10-24
1
-1
/
+6
*
Enhance slow-query log output
Makoto Onuki
2018-08-08
1
-0
/
+4
*
Include additional information in the dumpsys
Fyodor Kupolov
2018-03-20
1
-0
/
+6
*
Introduced DISABLE_COMPATIBILITY_WAL flag
Fyodor Kupolov
2018-03-06
1
-1
/
+6
*
Frameworks: Annotate trivial @GuardedBy in core/java
Andreas Gampe
2018-02-08
1
-0
/
+12
*
Added compatibility WAL flags for Global.Settings
Fyodor Kupolov
2017-12-14
1
-0
/
+6
*
Close available secondary connections if schema changes
Fyodor Kupolov
2017-11-17
1
-0
/
+10
*
Dump total execution time per connection pool
Fyodor Kupolov
2017-09-18
1
-0
/
+8
*
Merge "Added setIdleConnectionTimeout method" into oc-mr1-dev
Fyodor Kupolov
2017-07-31
1
-28
/
+23
|
\
|
*
Added setIdleConnectionTimeout method
Fyodor Kupolov
2017-07-31
1
-28
/
+23
*
|
Limit number of in-memory db connections to 1 per pool
Fyodor Kupolov
2017-07-26
1
-4
/
+6
|
/
*
Close idle sqlite connections
Fyodor Kupolov
2017-07-18
1
-1
/
+112
*
Disable lookaside allocator on low-RAM devices
Fyodor Kupolov
2017-07-06
1
-3
/
+12
*
Move CancellationSignal to android.os package.
Jeff Brown
2012-05-07
1
-2
/
+2
*
Fix CancellationSignal deadlock.
Jeff Brown
2012-04-26
1
-52
/
+55
*
Provide an API for enabling foreign key constraints.
Jeff Brown
2012-03-23
1
-0
/
+14
*
Support enabling WAL using a flag when DB is opened.
Jeff Brown
2012-03-23
1
-10
/
+24
*
Work around problems changing the database journal mode.
Jeff Brown
2012-03-22
1
-2
/
+1
*
Throw if WAL enabled/disabled when connections are in use.
Jeff Brown
2012-03-21
1
-5
/
+37
*
Refactor SQLiteOpenHelper.
Jeff Brown
2012-02-29
1
-73
/
+113
*
Rename CancellationSignal using preferred spelling.
Jeff Brown
2012-02-02
1
-11
/
+11
*
Implement a cancelation mechanism for queries.
Jeff Brown
2012-01-27
1
-12
/
+74
*
Fix issues with reentrant SQLite triggers.
Jeff Brown
2012-01-18
1
-4
/
+5
*
Rewrite SQLite database wrappers.
Jeff Brown
2012-01-12
1
-0
/
+907