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
/
SQLiteQuery.java
Age
Commit message (
Expand
)
Author
2012-05-07
Move CancellationSignal to android.os package.
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-12
Rewrite SQLite database wrappers.
Jeff Brown
2011-12-16
Make SQLiteQuery and SQLiteProgram final.
Jeff Brown
2011-10-31
resolved conflicts for merge of bce45617 to master
Jeff Brown
2011-10-28
Improve the slow query instrumentation.
Jeff Brown
2011-10-28
Optimize fillWindow to improve reverse-seek performance.
Jeff Brown
2011-10-07
Clean up CursorWindow lifetime.
Jeff Brown
2011-10-06
Clean up CursorWindow code.
Jeff Brown
2011-03-18
fix broken logTimeStat stuff
Vasu Nori
2010-09-10
Return count of rows in a resultset only once (when startPos = 0)
Vasu Nori
2010-08-03
random but useful stuff
Vasu Nori
2010-07-21
don't store mDatabase in SQLiteCursor as it is already in SQLiteQuery
Vasu Nori
2010-06-25
remove some not-so-useful-logging
Vasu Nori
2010-05-13
merge from open-source master
The Android Open Source Project
2010-05-12
Add some documentation about the thread safety of Cursor and some of the SQLi...
Jeff Hamilton
2010-03-24
Log database lock contention as well (as seperate pseudo-queries).
Brad Fitzpatrick
2010-02-11
Measure walltime in ContentResolver and SQLiteDatabase operations logging.
Brad Fitzpatrick
2010-02-08
use sqlite 3.6.22 to print and profile the sql statetements
Vasu Nori
2009-11-23
Expand db_operation logging to prepare for widespread sample collection:
Dan Egnor
2009-11-20
maintain cache of statementids returned by sqlite upon compiling a sql stmnt
Vasu Nori
2009-04-13
AI 145994: Integrate #145778 from Donut.
Dianne Hackborn
2009-03-05
auto import from //depot/cupcake/@136594
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-02-10
auto import from //branches/cupcake/...@130745
The Android Open Source Project
2008-12-17
Code drop from //branches/cupcake/...@124589
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project