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
/
SQLiteStatement.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-29
1
-1
/
+2
*
Revert "Add maxTargetSdk restriction to unused APIs."
Hongwei Wang
2020-10-28
1
-2
/
+1
*
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-27
1
-1
/
+2
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2020-01-06
1
-1
/
+1
*
docs: fixing errors found with lint checker
kopriva
2018-10-09
1
-1
/
+1
|
\
|
*
docs: fixing errors found with lint checker
kopriva
2018-10-09
1
-1
/
+1
*
|
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-10
1
-0
/
+2
|
/
*
Implement a cancelation mechanism for queries.
Jeff Brown
2012-01-27
1
-7
/
+7
*
Rewrite SQLite database wrappers.
Jeff Brown
2012-01-12
1
-192
/
+56
*
Make SQLiteQuery and SQLiteProgram final.
Jeff Brown
2011-12-16
1
-1
/
+1
*
fix broken logTimeStat stuff
Vasu Nori
2011-03-18
1
-8
/
+15
*
bug:3330569 print better message to help debug the problem
Vasu Nori
2011-01-10
1
-0
/
+12
*
SQLiteDatabase: fix inconsistent locking
Vasu Nori
2010-09-28
1
-56
/
+46
*
don't compile statement for certain SQL statements
Vasu Nori
2010-09-17
1
-8
/
+20
*
sql statement with syntax errors can leave database lock in bad state
Vasu Nori
2010-09-13
1
-8
/
+7
*
remove unnecessary synchronization object from SQLiteClosable.
Vasu Nori
2010-09-10
1
-2
/
+2
*
SQLiteOpenHelper should discard closed singleton database objects
Vasu Nori
2010-08-23
1
-1
/
+1
*
New API and implementation of DB and memory-backed FDs
Bjorn Bringert
2010-08-18
1
-0
/
+32
*
random but useful stuff
Vasu Nori
2010-08-03
1
-10
/
+10
*
do begin-end transaction before standalone insert/update/delete sql
Vasu Nori
2010-08-02
1
-7
/
+52
*
add new API in SQLiteStatement to deprecate another.
Vasu Nori
2010-07-26
1
-6
/
+20
*
reduce locking when using SQLiteStatement
Vasu Nori
2010-07-09
1
-28
/
+50
*
for WAL to work, can't keep prepared SQL stmt_id in SQLiteStatement
Vasu Nori
2010-07-07
1
-2
/
+7
*
some refactoring and multi-threading fixes
Vasu Nori
2010-07-02
1
-36
/
+47
*
resolved conflicts for merge of 7d6362de to master
Brad Fitzpatrick
2010-06-03
1
-0
/
+6
|
\
|
*
Sprinkle new BlockGuard around SQLiteDatabase.
Brad Fitzpatrick
2010-06-03
1
-0
/
+6
*
|
cleanup some small but ugly things. all minor things.
Vasu Nori
2010-06-03
1
-13
/
+5
*
|
close() on anything other than database shouldn't acquire db lock.
Vasu Nori
2010-05-20
1
-0
/
+4
|
/
*
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
*
|
verify database state before calling sqlite. Bug:2593970
Vasu Nori
2010-04-13
1
-0
/
+12
*
|
fix the way last insert rowid is returned
Vasu Nori
2010-03-16
1
-5
/
+4
*
|
Measure walltime in ContentResolver and SQLiteDatabase operations logging.
Brad Fitzpatrick
2010-02-11
1
-5
/
+5
*
|
use sqlite 3.6.22 to print and profile the sql statetements
Vasu Nori
2010-02-08
1
-27
/
+0
*
|
add instrumentation to log the sql statement + bindargs + databasename
Vasu Nori
2010-02-01
1
-1
/
+12
*
|
Expand db_operation logging to prepare for widespread sample collection:
Dan Egnor
2009-11-23
1
-20
/
+9
*
|
maintain cache of statementids returned by sqlite upon compiling a sql stmnt
Vasu Nori
2009-11-20
1
-8
/
+1
|
/
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
1
-0
/
+168
*
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
1
-146
/
+0
*
auto import from //depot/cupcake/@132589
The Android Open Source Project
2009-03-03
1
-22
/
+0
*
auto import from //depot/cupcake/@137055
The Android Open Source Project
2009-03-02
1
-0
/
+22
*
auto import from //branches/cupcake/...@130745
The Android Open Source Project
2009-02-10
1
-3
/
+31
*
Initial Contribution
The Android Open Source Project
2008-10-21
1
-0
/
+118