1. 441fcf1 remove some useless code and add some code to aid in debugging by Vasu Nori · 14 years ago
  2. 422dad0 android change to handle Change-Id: Idbeed81b5b7349059e467b33a8641abf0b4aaeff by Vasu Nori · 14 years ago
  3. bfe1dc2 fix isIntegrityCheck() & add a sample impl class and test for DatabaseErrorHandler by Vasu Nori · 14 years ago
  4. cc6f549 SQLiteOpenHelper should discard closed singleton database objects by Vasu Nori · 14 years ago
  5. 9a8bc78 weird java bug. bug:2941509 by Vasu Nori · 14 years ago
  6. a006b472 New API and implementation of DB and memory-backed FDs by Bjorn Bringert · 14 years ago
  7. 0732f79 random but useful stuff by Vasu Nori · 14 years ago
  8. e7fa4ae before shipping, remove stacktrace printing in requery-warning msg by Vasu Nori · 14 years ago
  9. ce38b98 do begin-end transaction before standalone insert/update/delete sql by Vasu Nori · 14 years ago
  10. dea9713 expose more sqlite errors as exceptions by Vasu Nori · 14 years ago
  11. c3a8c8a am a4ab2651: am 4d544376: am 86c035f0: Merge "COMMENT ONLY change to clarify ContentProvider documentation." into froyo by Brad Fitzpatrick · 14 years ago
  12. 4d54437 am 86c035f0: Merge "COMMENT ONLY change to clarify ContentProvider documentation." into froyo by Brad Fitzpatrick · 14 years ago
  13. 6fcc0f073 COMMENT ONLY change to clarify ContentProvider documentation. by Dan Egnor · 14 years ago
  14. fb16cbd add new API in SQLiteStatement to deprecate another. by Vasu Nori · 14 years ago
  15. 9567513 deprecate synctable methods and remove associated private methods by Vasu Nori · 14 years ago
  16. 65a8883 don't store mDatabase in SQLiteCursor as it is already in SQLiteQuery by Vasu Nori · 14 years ago
  17. 7b04c41 make disableWriteAheadLogging method public so apps can disable WAL by Vasu Nori · 14 years ago
  18. 9d9c1be SQLiteDatabase: Add mechanism for registering custom sqlite3 functions by Mike Lockwood · 14 years ago
  19. e25539f reduce locking when using SQLiteStatement by Vasu Nori · 14 years ago
  20. b2d2ddc reduce java locking on SQLiteDatabase if sql is already compiled by Vasu Nori · 14 years ago
  21. 57feb5d STOPSHIP CL in master - make sqlite WAL default for all apps by Vasu Nori · 14 years ago
  22. 9bf225e documentation about not using journal_mode if using WAL by Vasu Nori · 14 years ago
  23. 2827d6d for WAL to work, can't keep prepared SQL stmt_id in SQLiteStatement by Vasu Nori · 14 years ago
  24. 6ac21d3 unittests for DatabaseConnectionPool (and fix bugs) by Vasu Nori · 14 years ago
  25. 59d6042 deprecate method returning prepared sql statement id by Vasu Nori · 14 years ago
  26. 7501010 some refactoring and multi-threading fixes by Vasu Nori · 14 years ago
  27. 6188c27 remove some not-so-useful-logging by Vasu Nori · 14 years ago
  28. 36e5f66 resolved conflicts for merge of 2eb12a47 to master by Dianne Hackborn · 14 years ago
  29. 01e4cfc Some ActivityThread/ActivityManager cleanup. by Dianne Hackborn · 14 years ago
  30. 8d11103 if attach database sql statement is exec'ed, disable write WAL by Vasu Nori · 14 years ago
  31. a98cb26 for memory databases, don't set journal_mode and don't allow WAL by Vasu Nori · 14 years ago
  32. 194897d journal_mode should be set only on non-memory databases by Vasu Nori · 14 years ago
  33. daa4e4f throw correct exception by Vasu Nori · 14 years ago
  34. ad239ab when closing db, close all pending statements also by Vasu Nori · 14 years ago
  35. 6c354da read old version of data and use multiple connections to db by Vasu Nori · 14 years ago
  36. 37d33a5 am 599f7287: am 9ac3743d: Merge "Log.wtf when databases go to be downgraded." into kraken by Brad Fitzpatrick · 14 years ago
  37. 44dc76a Log.wtf when databases go to be downgraded. by Brad Fitzpatrick · 14 years ago
  38. f9e2bd0 when database is opened, set journal_mode to TRAUNCATE by Vasu Nori · 14 years ago
  39. e407a60 resolved conflicts for merge of 7d6362de to master by Brad Fitzpatrick · 14 years ago
  40. 2134369 set some members to final, set database errorhandler to default if null. by Vasu Nori · 14 years ago
  41. cfda9f3 Sprinkle new BlockGuard around SQLiteDatabase. by Brad Fitzpatrick · 14 years ago
  42. 74f170f new API in Context. on openDatabase, new param DatabaseErrorHandler by Vasu Nori · 14 years ago
  43. ccd9544 cleanup some small but ugly things. all minor things. by Vasu Nori · 14 years ago
  44. a8c2490 set sqlite pagesize to the size, in bytes, of a block on "/data" by Vasu Nori · 14 years ago
  45. fea6f6d sqlite crashes when closing the database by Vasu Nori · 14 years ago
  46. 6f37f83 close() on anything other than database shouldn't acquire db lock. by Vasu Nori · 14 years ago
  47. 7cd51ef Remove the deprecated cursor methods. by Jeff Hamilton · 14 years ago
  48. 6df9720 am fd5b040a: am 485b800e: am 1a3b3d48: merge from open-source master by The Android Open Source Project · 14 years ago
  49. 1a3b3d4 merge from open-source master by The Android Open Source Project · 14 years ago
  50. f3ca9a5 Add some documentation about the thread safety of Cursor and some of the SQLite* classes. by Jeff Hamilton · 14 years ago
  51. 9463f29 sometimes database lock is not held before compiling a statement by Vasu Nori · 14 years ago
  52. 2589716 Make RequeryOnUiThreadException warning less spamy by Makoto Onuki · 14 years ago
  53. ca3a7b9 am 43f2c35b: am 91a62f3d: am a07c4cbe: Merge "bug:2622719 move \'forcing of cursor execution\' to ContentProvider" into froyo by Vasu Nori · 14 years ago
  54. 020e534 bug:2622719 move 'forcing of cursor execution' to ContentProvider by Vasu Nori · 14 years ago
  55. b57f85b am 6813f8d2: am 785c8983: am 996960de: Merge "remove myname accidentally included in one of the files" into froyo by Vasu Nori · 14 years ago
  56. 0f43f2f remove myname accidentally included in one of the files by Vasu Nori · 14 years ago
  57. 9504c70 fix a bug introduced when prepared-statement cache was made LRU-based by Vasu Nori · 14 years ago
  58. 20f549f several minor bugs and things listed below by Vasu Nori · 14 years ago
  59. 3bf1e82 am 99d43435: am 66bee813: am 1fc46c62: Merge "accept close() on database objects even if the database is closed" into froyo by Vasu Nori · 14 years ago
  60. 0dbb9cee accept close() on database objects even if the database is closed by Vasu Nori · 14 years ago
  61. 120c457 manual merge by android-build SharedAccount · 14 years ago
  62. 119c106 am 9d3b3e13: am bad5f620: am 0bbcdc6c: Merge "verify database state before calling sqlite. Bug:2593970" into froyo by Vasu Nori · 14 years ago
  63. 062fc7ce allow apps to specify actions to take on database corruption error by Vasu Nori · 14 years ago
  64. 5304d8f Merge "Introducing "strict project map"." into froyo by Dmitri Plotnikov · 14 years ago
  65. 40eb4aa Introducing "strict project map". by Dmitri Plotnikov · 14 years ago
  66. c8e1f23 verify database state before calling sqlite. Bug:2593970 by Vasu Nori · 14 years ago
  67. 90a36726 let apps set statement-cache size. by Vasu Nori · 14 years ago
  68. 8f29c12 Forcing query execution in SQLiteDatabase.query by Dmitri Plotnikov · 14 years ago
  69. 722802e Log database lock contention as well (as seperate pseudo-queries). by Brad Fitzpatrick · 15 years ago
  70. f3cf8a4 when corruption occurs, log a warning before closing db by Vasu Nori · 15 years ago
  71. 2cc1df0 print finalizer warning before closing the cursor in finalize by Vasu Nori · 15 years ago
  72. 0a1344e limit sql statement in finalizer warning to 100 chars by Vasu Nori · 15 years ago
  73. a5bd122 Merge "close() database should close the db no matter what the ref count says" by Vasu Nori · 15 years ago
  74. 04708b5 Merge "fix the way last insert rowid is returned" by Vasu Nori · 15 years ago
  75. f6373e9 close() database should close the db no matter what the ref count says by Vasu Nori · 15 years ago
  76. 5bf6724 fix the way last insert rowid is returned by Vasu Nori · 15 years ago
  77. ae6cdd1 Allocate SQLiteQueryBuilder's WHERE clause StringBuilder lazily. by Brad Fitzpatrick · 15 years ago
  78. 15a4d2f Add correct copyright headers to multiple files by Kenny Root · 15 years ago
  79. 3695709 debug-flag covered log messages to help people debug finalizer stuff by Vasu Nori · 15 years ago
  80. c384920 add more debug info to SQL section in bugreport by Vasu Nori · 15 years ago
  81. 104798b Merge "Speed up ContentProvider.query() in simple case by ~30%" by Brad Fitzpatrick · 15 years ago
  82. 9ffdfa0 Speed up ContentProvider.query() in simple case by ~30% by Brad Fitzpatrick · 15 years ago
  83. 8648e37 add REPLACE to the list of cached sql stmnts by Vasu Nori · 15 years ago
  84. afe806a modify comments to be more accurate by Vasu Nori · 15 years ago
  85. 49d02ac caching bug in SQLiteDatabase causes invalid finalizer warnings by Vasu Nori · 15 years ago
  86. fb3803a a dbobject is closed twice and that causes incorrect warnings by Vasu Nori · 15 years ago
  87. 4da24f4 hide the newly created DatabaseObjectNotClosedException class from sdk by Vasu Nori · 15 years ago
  88. 08b448e in finalizer warnings, use a better exception - NOT Exception() by Vasu Nori · 15 years ago
  89. 14b60e7 add warning in finalizer. deprecate protected members. by Vasu Nori · 15 years ago
  90. d606b4b in finalize() methods, log warnings if db lock is going to be held. by Vasu Nori · 15 years ago
  91. 1d72658 yet another race condition fix to address bug:2456970 by Vasu Nori · 15 years ago
  92. 2588096 Reduce SQLiteDatabase and ContentResolver EventLog logging thresholds. by Brad Fitzpatrick · 15 years ago
  93. ec37e42 fix race condition introduced by CL https://android-git.corp.google.com/g/40395 by Vasu Nori · 15 years ago
  94. 4bd222f Merge "Don't let email addresses in database names get into the EventLog." by Brad Fitzpatrick · 15 years ago
  95. d833023 Don't let email addresses in database names get into the EventLog. by Brad Fitzpatrick · 15 years ago
  96. d3fe301 add diagnostic info to help debug bug:2427686 by Vasu Nori · 15 years ago
  97. e8de284 bug fix for 2419869. also included 2 unittests. by Vasu Nori · 15 years ago
  98. b28c797 Log previous SQL statement also when logging "COMMIT;" operations. by Brad Fitzpatrick · 15 years ago
  99. 6a35387 Measure walltime in ContentResolver and SQLiteDatabase operations logging. by Brad Fitzpatrick · 15 years ago
  100. d72f718 Measure walltime in ContentResolver and SQLiteDatabase operations logging. by Brad Fitzpatrick · 15 years ago