1. 43a1765 Remove the deprecated things from Config.java. These haven't been working since before 1.0. by Joe Onorato · 13 years ago
  2. cc1eaf6 bug:4090903 allow bindargs on attach database statement by Vasu Nori · 13 years ago
  3. 16057fa fix broken logTimeStat stuff by Vasu Nori · 13 years ago
  4. 32c80a2 Handle rename of LruCache.entryEvicted to entryRemoved by Jesse Wilson · 13 years ago
  5. dae6d37 Revert "turn off sqlite WAL until bugs bug:3024421 and bug:3353077 are fixed" by Paul Westbrook · 13 years ago
  6. c5d0fbb Merge "add more debug info to help (bug:3446432)" by Vasu Nori · 13 years ago
  7. e9714e6 add more debug info to help (bug:3446432) by Vasu Nori · 13 years ago
  8. dfe515e Remove LruCache.setMaxSize(). by Jesse Wilson · 13 years ago
  9. c2c9a24 Don't add setMaxSize() to the LruCache API. But do add maxSize(). by Jesse Wilson · 13 years ago
  10. 9b5a935 Adopt LRU cache in SQLite. by Jesse Wilson · 13 years ago
  11. d67dbee turn off sqlite WAL until bugs bug:3024421 and bug:3353077 are fixed by Vasu Nori · 13 years ago
  12. d4608a3 while waiting for lock, try in 30sec intervals and print warnings if no lock by Vasu Nori · 14 years ago
  13. 83ff97d bug:3385018 don't print finalizer warnings under certain conditions by Vasu Nori · 14 years ago
  14. a017eda bug:3398527 return List insttead of ArrayList from public API by Vasu Nori · 14 years ago
  15. 4b92aee bug:3396894 (HC branch) remove STOPSHIP code by Vasu Nori · 14 years ago
  16. a22d884 set default mode of WAL to be off. by Vasu Nori · 14 years ago
  17. 6a904bc Revert "treat 'can't open database file error' as 'database corruption error'" by Vasu Nori · 14 years ago
  18. 70588bf resolved conflicts for merge of 3a2c6bf0 to master by Brad Fitzpatrick · 14 years ago
  19. 69ea4e1 Documentation fixes found over vacation hacking. by Brad Fitzpatrick · 14 years ago
  20. c7fe777 treat "can't open database file error" as "database corruption error" by Vasu Nori · 14 years ago
  21. 34ad57f0 resubmitting Change-Id: I67b1d04a5c9fc18b0cd4da6184d0b814b64d89e9 by Vasu Nori · 14 years ago
  22. 5274e84 Revert "bug:2448371 cursorwindow size moved to resource xml file." by Vasu Nori · 14 years ago
  23. 2594bae bug:2448371 cursorwindow size moved to resource xml file. by Vasu Nori · 14 years ago
  24. b438902 if db close() fails due to un-closed sql statements, print useful msg by Vasu Nori · 14 years ago
  25. 00e4017 Revert "Merge "print certain rows from downloads.db when bugreports are taken"" by Vasu Nori · 14 years ago
  26. 624002b print certain rows from downloads.db when bugreports are taken by Vasu Nori · 14 years ago
  27. 46a8851 Fix NPE in SQLiteDatabase#updateWithOnConflict by Brian Muramatsu · 14 years ago
  28. 8fcda30 on readonly databases, don't set journal mode and don't allow WAL by Vasu Nori · 14 years ago
  29. b642518 fix broken build by Vasu Nori · 14 years ago
  30. 7301a23 Let cachefull-warning be under SQLiteDebug.DEBUG_SQL_CACHE flag by Vasu Nori · 14 years ago
  31. 74fb268 when printing cache-full warning, print the sql statements in cache by Vasu Nori · 14 years ago
  32. f0808f8 when printing requery on UI warning, include additional info by Vasu Nori · 14 years ago
  33. 6d97025 STOPSHIP - add illegalStateException to catch potential deadlocks in db by Vasu Nori · 14 years ago
  34. 2467561 SQLiteDatabase: fix inconsistent locking by Vasu Nori · 14 years ago
  35. 587423a fix this: closing database twice fails with IllegalStateException by Vasu Nori · 14 years ago
  36. ffe0612 remove public API setConnectionPoolSize() by Vasu Nori · 14 years ago
  37. 5a049b0 temporarily comment out dbstats info code when doing adb bugreport by Vasu Nori · 14 years ago
  38. 5e89ae2 fix compiled statement bugs, synchronization bugs by Vasu Nori · 14 years ago
  39. b83cb7c revert Change-Id: Ic610a0c38e7bd7c77006a08c7b82fa01957739e5 by Vasu Nori · 14 years ago
  40. 5402590 change return type from void to int on execSQL() methods by Vasu Nori · 14 years ago
  41. b729dcc Revert "caching code retooled to reduce locking + handle SMP" by Vasu Nori · 14 years ago
  42. 992f7d5 caching code retooled to reduce locking + handle SMP by Vasu Nori · 14 years ago
  43. 422dad0 android change to handle Change-Id: Idbeed81b5b7349059e467b33a8641abf0b4aaeff by Vasu Nori · 14 years ago
  44. bfe1dc2 fix isIntegrityCheck() & add a sample impl class and test for DatabaseErrorHandler by Vasu Nori · 14 years ago
  45. cc6f549 SQLiteOpenHelper should discard closed singleton database objects by Vasu Nori · 14 years ago
  46. 9a8bc78 weird java bug. bug:2941509 by Vasu Nori · 14 years ago
  47. 0732f79 random but useful stuff by Vasu Nori · 14 years ago
  48. ce38b98 do begin-end transaction before standalone insert/update/delete sql by Vasu Nori · 14 years ago
  49. fb16cbd add new API in SQLiteStatement to deprecate another. by Vasu Nori · 14 years ago
  50. 9567513 deprecate synctable methods and remove associated private methods by Vasu Nori · 14 years ago
  51. 65a8883 don't store mDatabase in SQLiteCursor as it is already in SQLiteQuery by Vasu Nori · 14 years ago
  52. 7b04c41 make disableWriteAheadLogging method public so apps can disable WAL by Vasu Nori · 14 years ago
  53. 9d9c1be SQLiteDatabase: Add mechanism for registering custom sqlite3 functions by Mike Lockwood · 14 years ago
  54. 57feb5d STOPSHIP CL in master - make sqlite WAL default for all apps by Vasu Nori · 14 years ago
  55. 9bf225e documentation about not using journal_mode if using WAL by Vasu Nori · 14 years ago
  56. 2827d6d for WAL to work, can't keep prepared SQL stmt_id in SQLiteStatement by Vasu Nori · 14 years ago
  57. 7501010 some refactoring and multi-threading fixes by Vasu Nori · 14 years ago
  58. 36e5f66 resolved conflicts for merge of 2eb12a47 to master by Dianne Hackborn · 14 years ago
  59. 01e4cfc Some ActivityThread/ActivityManager cleanup. by Dianne Hackborn · 14 years ago
  60. 8d11103 if attach database sql statement is exec'ed, disable write WAL by Vasu Nori · 14 years ago
  61. a98cb26 for memory databases, don't set journal_mode and don't allow WAL by Vasu Nori · 14 years ago
  62. 194897d journal_mode should be set only on non-memory databases by Vasu Nori · 14 years ago
  63. daa4e4f throw correct exception by Vasu Nori · 14 years ago
  64. ad239ab when closing db, close all pending statements also by Vasu Nori · 14 years ago
  65. 6c354da read old version of data and use multiple connections to db by Vasu Nori · 14 years ago
  66. f9e2bd0 when database is opened, set journal_mode to TRAUNCATE by Vasu Nori · 14 years ago
  67. e407a60 resolved conflicts for merge of 7d6362de to master by Brad Fitzpatrick · 14 years ago
  68. 2134369 set some members to final, set database errorhandler to default if null. by Vasu Nori · 14 years ago
  69. cfda9f3 Sprinkle new BlockGuard around SQLiteDatabase. by Brad Fitzpatrick · 14 years ago
  70. 74f170f new API in Context. on openDatabase, new param DatabaseErrorHandler by Vasu Nori · 14 years ago
  71. ccd9544 cleanup some small but ugly things. all minor things. by Vasu Nori · 14 years ago
  72. a8c2490 set sqlite pagesize to the size, in bytes, of a block on "/data" by Vasu Nori · 14 years ago
  73. fea6f6d sqlite crashes when closing the database by Vasu Nori · 14 years ago
  74. 6f37f83 close() on anything other than database shouldn't acquire db lock. by Vasu Nori · 14 years ago
  75. 6df9720 am fd5b040a: am 485b800e: am 1a3b3d48: merge from open-source master by The Android Open Source Project · 14 years ago
  76. 1a3b3d4 merge from open-source master by The Android Open Source Project · 14 years ago
  77. f3ca9a5 Add some documentation about the thread safety of Cursor and some of the SQLite* classes. by Jeff Hamilton · 14 years ago
  78. 9463f29 sometimes database lock is not held before compiling a statement by Vasu Nori · 14 years ago
  79. 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
  80. 020e534 bug:2622719 move 'forcing of cursor execution' to ContentProvider by Vasu Nori · 14 years ago
  81. 9504c70 fix a bug introduced when prepared-statement cache was made LRU-based by Vasu Nori · 14 years ago
  82. 20f549f several minor bugs and things listed below by Vasu Nori · 14 years ago
  83. 119c106 am 9d3b3e13: am bad5f620: am 0bbcdc6c: Merge "verify database state before calling sqlite. Bug:2593970" into froyo by Vasu Nori · 14 years ago
  84. 062fc7ce allow apps to specify actions to take on database corruption error by Vasu Nori · 14 years ago
  85. c8e1f23 verify database state before calling sqlite. Bug:2593970 by Vasu Nori · 14 years ago
  86. 90a36726 let apps set statement-cache size. by Vasu Nori · 14 years ago
  87. 8f29c12 Forcing query execution in SQLiteDatabase.query by Dmitri Plotnikov · 14 years ago
  88. 722802e Log database lock contention as well (as seperate pseudo-queries). by Brad Fitzpatrick · 14 years ago
  89. f3cf8a4 when corruption occurs, log a warning before closing db by Vasu Nori · 14 years ago
  90. f6373e9 close() database should close the db no matter what the ref count says by Vasu Nori · 14 years ago
  91. c384920 add more debug info to SQL section in bugreport by Vasu Nori · 14 years ago
  92. 49d02ac caching bug in SQLiteDatabase causes invalid finalizer warnings by Vasu Nori · 14 years ago
  93. fb3803a a dbobject is closed twice and that causes incorrect warnings by Vasu Nori · 14 years ago
  94. 08b448e in finalizer warnings, use a better exception - NOT Exception() by Vasu Nori · 14 years ago
  95. d606b4b in finalize() methods, log warnings if db lock is going to be held. by Vasu Nori · 14 years ago
  96. 2588096 Reduce SQLiteDatabase and ContentResolver EventLog logging thresholds. by Brad Fitzpatrick · 14 years ago
  97. d833023 Don't let email addresses in database names get into the EventLog. by Brad Fitzpatrick · 14 years ago
  98. b28c797 Log previous SQL statement also when logging "COMMIT;" operations. by Brad Fitzpatrick · 14 years ago
  99. d72f718 Measure walltime in ContentResolver and SQLiteDatabase operations logging. by Brad Fitzpatrick · 14 years ago
  100. 82f82be change wording in warning msg printed when compiled-sql cache is full by Vasu Nori · 14 years ago