1. cc1eaf6 bug:4090903 allow bindargs on attach database statement by Vasu Nori · 13 years ago
  2. 9b5a935 Adopt LRU cache in SQLite. by Jesse Wilson · 13 years ago
  3. 2467561 SQLiteDatabase: fix inconsistent locking by Vasu Nori · 14 years ago
  4. 587423a fix this: closing database twice fails with IllegalStateException by Vasu Nori · 14 years ago
  5. 4e874ed don't compile statement for certain SQL statements by Vasu Nori · 14 years ago
  6. b729dcc Revert "caching code retooled to reduce locking + handle SMP" by Vasu Nori · 14 years ago
  7. 992f7d5 caching code retooled to reduce locking + handle SMP by Vasu Nori · 14 years ago
  8. 1966632 remove unnecessary synchronization object from SQLiteClosable. by Vasu Nori · 14 years ago
  9. 441fcf1 remove some useless code and add some code to aid in debugging by Vasu Nori · 14 years ago
  10. 422dad0 android change to handle Change-Id: Idbeed81b5b7349059e467b33a8641abf0b4aaeff by Vasu Nori · 14 years ago
  11. cc6f549 SQLiteOpenHelper should discard closed singleton database objects by Vasu Nori · 14 years ago
  12. 0732f79 random but useful stuff by Vasu Nori · 14 years ago
  13. ce38b98 do begin-end transaction before standalone insert/update/delete sql by Vasu Nori · 14 years ago
  14. e25539f reduce locking when using SQLiteStatement by Vasu Nori · 14 years ago
  15. b2d2ddc reduce java locking on SQLiteDatabase if sql is already compiled by Vasu Nori · 14 years ago
  16. 2827d6d for WAL to work, can't keep prepared SQL stmt_id in SQLiteStatement by Vasu Nori · 14 years ago
  17. 59d6042 deprecate method returning prepared sql statement id by Vasu Nori · 14 years ago
  18. 7501010 some refactoring and multi-threading fixes by Vasu Nori · 14 years ago
  19. ccd9544 cleanup some small but ugly things. all minor things. by Vasu Nori · 14 years ago
  20. 6f37f83 close() on anything other than database shouldn't acquire db lock. by Vasu Nori · 14 years ago
  21. 6df9720 am fd5b040a: am 485b800e: am 1a3b3d48: merge from open-source master by The Android Open Source Project · 14 years ago
  22. 1a3b3d4 merge from open-source master by The Android Open Source Project · 14 years ago
  23. f3ca9a5 Add some documentation about the thread safety of Cursor and some of the SQLite* classes. by Jeff Hamilton · 14 years ago
  24. 9504c70 fix a bug introduced when prepared-statement cache was made LRU-based by Vasu Nori · 14 years ago
  25. 0dbb9cee accept close() on database objects even if the database is closed by Vasu Nori · 14 years ago
  26. c8e1f23 verify database state before calling sqlite. Bug:2593970 by Vasu Nori · 14 years ago
  27. 3695709 debug-flag covered log messages to help people debug finalizer stuff by Vasu Nori · 14 years ago
  28. 8648e37 add REPLACE to the list of cached sql stmnts by Vasu Nori · 14 years ago
  29. 49d02ac caching bug in SQLiteDatabase causes invalid finalizer warnings by Vasu Nori · 14 years ago
  30. 14b60e7 add warning in finalizer. deprecate protected members. by Vasu Nori · 14 years ago
  31. d606b4b in finalize() methods, log warnings if db lock is going to be held. by Vasu Nori · 14 years ago
  32. 1d72658 yet another race condition fix to address bug:2456970 by Vasu Nori · 14 years ago
  33. ec37e42 fix race condition introduced by CL https://android-git.corp.google.com/g/40395 by Vasu Nori · 14 years ago
  34. e8de284 bug fix for 2419869. also included 2 unittests. by Vasu Nori · 14 years ago
  35. 8d45e4e changes after review by API council by Vasu Nori · 14 years ago
  36. 3ef94e2 use sqlite 3.6.22 to print and profile the sql statetements by Vasu Nori · 14 years ago
  37. 4dd4ab4 add instrumentation to log the sql statement + bindargs + databasename by Vasu Nori · 15 years ago
  38. e495d1f fix a bug in compiled-sql caching & hide public api setMaxSqlCacheSize by Vasu Nori · 15 years ago
  39. fa1fae1 Revert "dealloc compiled-sql statements before deref'ing them from SQLiteDatabase obj." by Vasu Nori · 15 years ago
  40. 6d1ec0d dealloc compiled-sql statements before deref'ing them from SQLiteDatabase obj. by Vasu Nori · 15 years ago
  41. b1dd323 fix NPE. don't release an already released compiledSql obj by Vasu Nori · 15 years ago
  42. 5a03f36 maintain cache of statementids returned by sqlite upon compiling a sql stmnt by Vasu Nori · 15 years ago
  43. 4df2423 auto import from //depot/cupcake/@136594 by The Android Open Source Project · 15 years ago
  44. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  45. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  46. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  47. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago