summaryrefslogtreecommitdiff
path: root/core/java/android/database/sqlite/SQLiteClosable.java
AgeCommit message (Expand)Author
2020-01-06Use new UnsupportedAppUsage annotation.Artur Satayev
2018-08-10Add @UnsupportedAppUsage annotationsMathew Inwood
2012-03-06Don't close the database until all references released.Jeff Brown
2012-01-12Rewrite SQLite database wrappers.Jeff Brown
2011-01-04don't call methods doing database lock from a synchronized blockVasu Nori
2010-10-28cleanup some of the STOPSHIP commentsVasu Nori
2010-09-21STOPSHIP follow up to Change-Id: I392875b62ed270741633f5bffa519932e4a9f985Vasu Nori
2010-09-16change error message on cl I392875b62ed270741633f5bffa519932e4a9f985Vasu Nori
2010-09-16STOPSHIP some debugging code to help find reproducible testcasesVasu Nori
2010-09-10remove unnecessary synchronization object from SQLiteClosable.Vasu Nori
2010-09-07remove some useless code and add some code to aid in debuggingVasu Nori
2010-03-11add more debug info to SQL section in bugreportVasu Nori
2010-03-09Speed up ContentProvider.query() in simple case by ~30%Brad Fitzpatrick
2010-02-18add diagnostic info to help debug bug:2427686Vasu Nori
2010-02-08use sqlite 3.6.22 to print and profile the sql statetementsVasu Nori
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project