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
/
SQLiteStatement.java
Age
Commit message (
Expand
)
Author
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-01-06
Use new UnsupportedAppUsage annotation.
Artur Satayev
2018-10-09
docs: fixing errors found with lint checker
kopriva
2018-10-09
docs: fixing errors found with lint checker
kopriva
2018-08-10
Add @UnsupportedAppUsage annotations
Mathew Inwood
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-03-18
fix broken logTimeStat stuff
Vasu Nori
2011-01-10
bug:3330569 print better message to help debug the problem
Vasu Nori
2010-09-28
SQLiteDatabase: fix inconsistent locking
Vasu Nori
2010-09-17
don't compile statement for certain SQL statements
Vasu Nori
2010-09-13
sql statement with syntax errors can leave database lock in bad state
Vasu Nori
2010-09-10
remove unnecessary synchronization object from SQLiteClosable.
Vasu Nori
2010-08-23
SQLiteOpenHelper should discard closed singleton database objects
Vasu Nori
2010-08-18
New API and implementation of DB and memory-backed FDs
Bjorn Bringert
2010-08-03
random but useful stuff
Vasu Nori
2010-08-02
do begin-end transaction before standalone insert/update/delete sql
Vasu Nori
2010-07-26
add new API in SQLiteStatement to deprecate another.
Vasu Nori
2010-07-09
reduce locking when using SQLiteStatement
Vasu Nori
2010-07-07
for WAL to work, can't keep prepared SQL stmt_id in SQLiteStatement
Vasu Nori
2010-07-02
some refactoring and multi-threading fixes
Vasu Nori
2010-06-03
resolved conflicts for merge of 7d6362de to master
Brad Fitzpatrick
2010-06-03
Sprinkle new BlockGuard around SQLiteDatabase.
Brad Fitzpatrick
2010-06-03
cleanup some small but ugly things. all minor things.
Vasu Nori
2010-05-20
close() on anything other than database shouldn't acquire db lock.
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-04-13
verify database state before calling sqlite. Bug:2593970
Vasu Nori
2010-03-16
fix the way last insert rowid is returned
Vasu Nori
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
2010-02-01
add instrumentation to log the sql statement + bindargs + databasename
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-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-03-03
auto import from //depot/cupcake/@132589
The Android Open Source Project
2009-03-02
auto import from //depot/cupcake/@137055
The Android Open Source Project
2009-02-10
auto import from //branches/cupcake/...@130745
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project