1. 16057fa fix broken logTimeStat stuff by Vasu Nori · 13 years ago
  2. 3045bba bug:3330569 print better message to help debug the problem by Vasu Nori · 14 years ago
  3. 2467561 SQLiteDatabase: fix inconsistent locking by Vasu Nori · 14 years ago
  4. 4e874ed don't compile statement for certain SQL statements by Vasu Nori · 14 years ago
  5. d31211f sql statement with syntax errors can leave database lock in bad state by Vasu Nori · 14 years ago
  6. 1966632 remove unnecessary synchronization object from SQLiteClosable. by Vasu Nori · 14 years ago
  7. cc6f549 SQLiteOpenHelper should discard closed singleton database objects by Vasu Nori · 14 years ago
  8. a006b472 New API and implementation of DB and memory-backed FDs by Bjorn Bringert · 14 years ago
  9. 0732f79 random but useful stuff by Vasu Nori · 14 years ago
  10. ce38b98 do begin-end transaction before standalone insert/update/delete sql by Vasu Nori · 14 years ago
  11. fb16cbd add new API in SQLiteStatement to deprecate another. by Vasu Nori · 14 years ago
  12. e25539f reduce locking when using SQLiteStatement by Vasu Nori · 14 years ago
  13. 2827d6d for WAL to work, can't keep prepared SQL stmt_id in SQLiteStatement by Vasu Nori · 14 years ago
  14. 7501010 some refactoring and multi-threading fixes by Vasu Nori · 14 years ago
  15. e407a60 resolved conflicts for merge of 7d6362de to master by Brad Fitzpatrick · 14 years ago
  16. cfda9f3 Sprinkle new BlockGuard around SQLiteDatabase. by Brad Fitzpatrick · 14 years ago
  17. ccd9544 cleanup some small but ugly things. all minor things. by Vasu Nori · 14 years ago
  18. 6f37f83 close() on anything other than database shouldn't acquire db lock. by Vasu Nori · 14 years ago
  19. 1a3b3d4 merge from open-source master by The Android Open Source Project · 14 years ago
  20. f3ca9a5 Add some documentation about the thread safety of Cursor and some of the SQLite* classes. by Jeff Hamilton · 14 years ago
  21. c8e1f23 verify database state before calling sqlite. Bug:2593970 by Vasu Nori · 14 years ago
  22. 5bf6724 fix the way last insert rowid is returned by Vasu Nori · 14 years ago
  23. 6a35387 Measure walltime in ContentResolver and SQLiteDatabase operations logging. by Brad Fitzpatrick · 14 years ago
  24. 3ef94e2 use sqlite 3.6.22 to print and profile the sql statetements by Vasu Nori · 14 years ago
  25. 4dd4ab4 add instrumentation to log the sql statement + bindargs + databasename by Vasu Nori · 15 years ago
  26. 1231195 Expand db_operation logging to prepare for widespread sample collection: by Dan Egnor · 15 years ago
  27. 5a03f36 maintain cache of statementids returned by sqlite upon compiling a sql stmnt by Vasu Nori · 15 years ago
  28. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  29. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  30. 076357b auto import from //depot/cupcake/@132589 by The Android Open Source Project · 15 years ago
  31. 3dec7d5 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 15 years ago
  32. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 15 years ago
  33. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago