summaryrefslogtreecommitdiffstats
path: root/core/java/android/database/sqlite/SQLiteClosable.java
Commit message (Expand)AuthorAgeFilesLines
* Don't close the database until all references released.Jeff Brown2012-03-061-2/+53
* Rewrite SQLite database wrappers.Jeff Brown2012-01-121-21/+1
* don't call methods doing database lock from a synchronized blockVasu Nori2011-01-041-8/+10
* cleanup some of the STOPSHIP commentsVasu Nori2010-10-281-15/+3
* STOPSHIP follow up to Change-Id: I392875b62ed270741633f5bffa519932e4a9f985Vasu Nori2010-09-211-3/+4
* change error message on cl I392875b62ed270741633f5bffa519932e4a9f985Vasu Nori2010-09-161-2/+2
* STOPSHIP some debugging code to help find reproducible testcasesVasu Nori2010-09-161-5/+4
* remove unnecessary synchronization object from SQLiteClosable.Vasu Nori2010-09-101-4/+3
* remove some useless code and add some code to aid in debuggingVasu Nori2010-09-071-2/+13
* add more debug info to SQL section in bugreportVasu Nori2010-03-111-2/+1
* Speed up ContentProvider.query() in simple case by ~30%Brad Fitzpatrick2010-03-091-7/+8
* add diagnostic info to help debug bug:2427686Vasu Nori2010-02-181-2/+24
* use sqlite 3.6.22 to print and profile the sql statetementsVasu Nori2010-02-081-1/+1
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+55
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-55/+0
* Initial ContributionThe Android Open Source Project2008-10-211-0/+55