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
/
SQLiteClosable.java
Age
Commit message (
Expand
)
Author
2020-01-06
Use new UnsupportedAppUsage annotation.
Artur Satayev
2018-08-10
Add @UnsupportedAppUsage annotations
Mathew Inwood
2012-03-06
Don't close the database until all references released.
Jeff Brown
2012-01-12
Rewrite SQLite database wrappers.
Jeff Brown
2011-01-04
don't call methods doing database lock from a synchronized block
Vasu Nori
2010-10-28
cleanup some of the STOPSHIP comments
Vasu Nori
2010-09-21
STOPSHIP follow up to Change-Id: I392875b62ed270741633f5bffa519932e4a9f985
Vasu Nori
2010-09-16
change error message on cl I392875b62ed270741633f5bffa519932e4a9f985
Vasu Nori
2010-09-16
STOPSHIP some debugging code to help find reproducible testcases
Vasu Nori
2010-09-10
remove unnecessary synchronization object from SQLiteClosable.
Vasu Nori
2010-09-07
remove some useless code and add some code to aid in debugging
Vasu Nori
2010-03-11
add more debug info to SQL section in bugreport
Vasu Nori
2010-03-09
Speed up ContentProvider.query() in simple case by ~30%
Brad Fitzpatrick
2010-02-18
add diagnostic info to help debug bug:2427686
Vasu Nori
2010-02-08
use sqlite 3.6.22 to print and profile the sql statetements
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
2008-10-21
Initial Contribution
The Android Open Source Project