index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
database
/
sqlite
/
SQLiteQuery.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move CancellationSignal to android.os package.
Jeff Brown
2012-05-07
1
-2
/
+2
*
Rename CancellationSignal using preferred spelling.
Jeff Brown
2012-02-02
1
-6
/
+6
*
Implement a cancelation mechanism for queries.
Jeff Brown
2012-01-27
1
-3
/
+13
*
Rewrite SQLite database wrappers.
Jeff Brown
2012-01-12
1
-133
/
+21
*
Make SQLiteQuery and SQLiteProgram final.
Jeff Brown
2011-12-16
1
-1
/
+1
*
resolved conflicts for merge of bce45617 to master
Jeff Brown
2011-10-31
1
-11
/
+18
|
\
|
*
Improve the slow query instrumentation.
Jeff Brown
2011-10-28
1
-1
/
+19
*
|
Optimize fillWindow to improve reverse-seek performance.
Jeff Brown
2011-10-28
1
-7
/
+29
|
/
*
Clean up CursorWindow lifetime.
Jeff Brown
2011-10-07
1
-18
/
+12
*
Clean up CursorWindow code.
Jeff Brown
2011-10-06
1
-2
/
+2
*
fix broken logTimeStat stuff
Vasu Nori
2011-03-18
1
-2
/
+1
*
Return count of rows in a resultset only once (when startPos = 0)
Vasu Nori
2010-09-10
1
-2
/
+7
*
random but useful stuff
Vasu Nori
2010-08-03
1
-52
/
+10
*
don't store mDatabase in SQLiteCursor as it is already in SQLiteQuery
Vasu Nori
2010-07-21
1
-0
/
+12
*
remove some not-so-useful-logging
Vasu Nori
2010-06-25
1
-5
/
+0
*
merge from open-source master
The Android Open Source Project
2010-05-13
1
-0
/
+3
|
\
|
*
Add some documentation about the thread safety of Cursor and some of the SQLi...
Jeff Hamilton
2010-05-12
1
-0
/
+3
*
|
Log database lock contention as well (as seperate pseudo-queries).
Brad Fitzpatrick
2010-03-24
1
-5
/
+5
*
|
Measure walltime in ContentResolver and SQLiteDatabase operations logging.
Brad Fitzpatrick
2010-02-11
1
-2
/
+2
*
|
use sqlite 3.6.22 to print and profile the sql statetements
Vasu Nori
2010-02-08
1
-1
/
+0
*
|
Expand db_operation logging to prepare for widespread sample collection:
Dan Egnor
2009-11-23
1
-6
/
+3
*
|
maintain cache of statementids returned by sqlite upon compiling a sql stmnt
Vasu Nori
2009-11-20
1
-7
/
+3
|
/
*
AI 145994: Integrate #145778 from Donut.
Dianne Hackborn
2009-04-13
1
-1
/
+0
*
auto import from //depot/cupcake/@136594
The Android Open Source Project
2009-03-05
1
-1
/
+7
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
1
-0
/
+194
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
1
-194
/
+0
*
auto import from //branches/cupcake/...@130745
The Android Open Source Project
2009-02-10
1
-2
/
+10
*
Code drop from //branches/cupcake/...@124589
The Android Open Source Project
2008-12-17
1
-26
/
+30
*
Initial Contribution
The Android Open Source Project
2008-10-21
1
-0
/
+182