1. b15186c Deprecate SQLite connection timeout by Makoto Onuki · 5 years ago
  2. ee93ad2 DB Wipe detection by Makoto Onuki · 6 years ago
  3. 5b866cf Merge "docs: fix bug 37054309, becuase typo" into pi-dev am: 9359f3683c by kopriva · 6 years ago
  4. e052af4 Merge "docs: fix bug 37054309, becuase typo" into pi-dev am: 9359f3683c by kopriva · 6 years ago
  5. 7364c11 docs: fix bug 37054309, becuase typo by kopriva · 6 years ago
  6. 9a5aa0c resolve merge conflicts of b41f50dfd09c5d0555dedde5e165ae602e6f7c25 to pi-dev-plus-aosp by Mathew Inwood · 6 years ago
  7. f86bea9 Add @UnsupportedAppUsage annotations by Mathew Inwood · 6 years ago
  8. 41b3194 Add @UnsupportedAppUsage annotations by Mathew Inwood · 6 years ago
  9. 5069942 DO NOT MERGE. Extend SQLiteQueryBuilder for update and delete. by Jeff Sharkey · 6 years ago
  10. 6adc98c Extend SQLiteQueryBuilder for update and delete. by Jeff Sharkey · 6 years ago
  11. 8ba2089 New behavior of setSynchronousMode by Fyodor Kupolov · 6 years ago
  12. 692573b Introduced DISABLE_COMPATIBILITY_WAL flag by Fyodor Kupolov · 6 years ago
  13. 4b5c359 Fix JavaDoc for enableWriteAheadLogging by Fyodor Kupolov · 6 years ago
  14. ee90c03 Added compatibility WAL flags for Global.Settings by Fyodor Kupolov · 7 years ago
  15. 25095c0 Close available secondary connections if schema changes by Fyodor Kupolov · 7 years ago
  16. 13a4b37 Apps can now specify journal/synchronous mode by Fyodor Kupolov · 7 years ago
  17. 5bd43ad Initial version of compatibility WAL by Fyodor Kupolov · 7 years ago
  18. 53567299 Do not close idle connections by default by Fyodor Kupolov · 7 years ago
  19. 2c7e249 Keep close_idle_connections optimization for all devices by Fyodor Kupolov · 7 years ago
  20. 76436c0 API Review update for SQLiteDatabase by Fyodor Kupolov · 7 years ago
  21. cf97b6b Added setIdleConnectionTimeout method by Fyodor Kupolov · 7 years ago
  22. fd9c4a5 Close idle sqlite connections by Fyodor Kupolov · 7 years ago
  23. 05a0f0f Disable lookaside allocator on low-RAM devices by Fyodor Kupolov · 7 years ago
  24. d3b0c7e Support for lookaside configuration params by Fyodor Kupolov · 7 years ago
  25. c74ee2f Replace possibly-expensive size() == 0 with isEmpty() by Mike Tsao · 7 years ago
  26. 1e20208 docs: Update docs for SQLiteDatabase replace methods by Mark Lu · 8 years ago
  27. c240b60 Fix documentation bug in SQLiteDatabase by Steve Pomeroy · 11 years ago
  28. 17aa1b7 Add SQLiteDatabase.validateSql() by Makoto Onuki · 9 years ago
  29. fce5890 Fix NPE in deleteDatabase(). by Jeff Brown · 10 years ago
  30. fd02074 Complete documentation of whereArgs (Issue #43061) by Tim Roes · 11 years ago
  31. a7771df Move CancellationSignal to android.os package. by Jeff Brown · 12 years ago
  32. 96496ad Provide an API for enabling foreign key constraints. by Jeff Brown · 12 years ago
  33. 47847f3 Support enabling WAL using a flag when DB is opened. by Jeff Brown · 12 years ago
  34. df78cd5 Merge "Work around problems changing the database journal mode." by Jeff Brown · 12 years ago
  35. d67c8c6 Work around problems changing the database journal mode. by Jeff Brown · 12 years ago
  36. 7364477 Fix typo... and build by Jean-Baptiste Queru · 12 years ago
  37. e67ca42 Throw if WAL enabled/disabled when connections are in use. by Jeff Brown · 12 years ago
  38. 1d9f742 Port the SQLite locale setting code to Java. by Jeff Brown · 12 years ago
  39. 03bd302 Don't close the database until all references released. by Jeff Brown · 12 years ago
  40. baefdfa Make SQLiteDatabase final. by Jeff Brown · 12 years ago
  41. 8dc3cc2 Allow the SQLite sync mode to be set independently for WAL. by Jeff Brown · 12 years ago
  42. 79087e4 Add an API for deleting databases. by Jeff Brown · 12 years ago
  43. 5936ff0 Externalize more SQLite configuration options. by Jeff Brown · 12 years ago
  44. 559d064 Refactor SQLiteOpenHelper. by Jeff Brown · 12 years ago
  45. 4c1241d Rename CancellationSignal using preferred spelling. by Jeff Brown · 12 years ago
  46. 75ea64f Implement a cancelation mechanism for queries. by Jeff Brown · 12 years ago
  47. a9be415 Fix issues with reentrant SQLite triggers. by Jeff Brown · 12 years ago
  48. e5360fb Rewrite SQLite database wrappers. by Jeff Brown · 13 years ago
  49. 89101cd9 Improve the slow query instrumentation. by Jeff Brown · 13 years ago
  50. 270928b Merge changes Idbfeb3cc,I03e8e2e7,Iff9eed78 by Jeff Brown · 13 years ago
  51. 7ce7452 Clean up CursorWindow lifetime. Bug: 5332296 by Jeff Brown · 13 years ago
  52. ad9e8b1 Disable db_sample logging by Christopher Tate · 13 years ago
  53. 43a1765 Remove the deprecated things from Config.java. These haven't been working since before 1.0. by Joe Onorato · 13 years ago
  54. cc1eaf6 bug:4090903 allow bindargs on attach database statement by Vasu Nori · 13 years ago
  55. 16057fa fix broken logTimeStat stuff by Vasu Nori · 13 years ago
  56. 32c80a2 Handle rename of LruCache.entryEvicted to entryRemoved by Jesse Wilson · 13 years ago
  57. dae6d37 Revert "turn off sqlite WAL until bugs bug:3024421 and bug:3353077 are fixed" by Paul Westbrook · 13 years ago
  58. c5d0fbb Merge "add more debug info to help (bug:3446432)" by Vasu Nori · 13 years ago
  59. e9714e6 add more debug info to help (bug:3446432) by Vasu Nori · 13 years ago
  60. dfe515e Remove LruCache.setMaxSize(). by Jesse Wilson · 13 years ago
  61. c2c9a24 Don't add setMaxSize() to the LruCache API. But do add maxSize(). by Jesse Wilson · 13 years ago
  62. 9b5a935 Adopt LRU cache in SQLite. by Jesse Wilson · 13 years ago
  63. d67dbee turn off sqlite WAL until bugs bug:3024421 and bug:3353077 are fixed by Vasu Nori · 13 years ago
  64. d4608a3 while waiting for lock, try in 30sec intervals and print warnings if no lock by Vasu Nori · 13 years ago
  65. 83ff97d bug:3385018 don't print finalizer warnings under certain conditions by Vasu Nori · 13 years ago
  66. a017eda bug:3398527 return List insttead of ArrayList from public API by Vasu Nori · 13 years ago
  67. 4b92aee bug:3396894 (HC branch) remove STOPSHIP code by Vasu Nori · 13 years ago
  68. a22d884 set default mode of WAL to be off. by Vasu Nori · 14 years ago
  69. 6a904bc Revert "treat 'can't open database file error' as 'database corruption error'" by Vasu Nori · 14 years ago
  70. 70588bf resolved conflicts for merge of 3a2c6bf0 to master by Brad Fitzpatrick · 14 years ago
  71. 69ea4e1 Documentation fixes found over vacation hacking. by Brad Fitzpatrick · 14 years ago
  72. c7fe777 treat "can't open database file error" as "database corruption error" by Vasu Nori · 14 years ago
  73. 34ad57f0 resubmitting Change-Id: I67b1d04a5c9fc18b0cd4da6184d0b814b64d89e9 by Vasu Nori · 14 years ago
  74. 5274e84 Revert "bug:2448371 cursorwindow size moved to resource xml file." by Vasu Nori · 14 years ago
  75. 2594bae bug:2448371 cursorwindow size moved to resource xml file. by Vasu Nori · 14 years ago
  76. b438902 if db close() fails due to un-closed sql statements, print useful msg by Vasu Nori · 14 years ago
  77. 00e4017 Revert "Merge "print certain rows from downloads.db when bugreports are taken"" by Vasu Nori · 14 years ago
  78. 624002b print certain rows from downloads.db when bugreports are taken by Vasu Nori · 14 years ago
  79. 46a8851 Fix NPE in SQLiteDatabase#updateWithOnConflict by Brian Muramatsu · 14 years ago
  80. 8fcda30 on readonly databases, don't set journal mode and don't allow WAL by Vasu Nori · 14 years ago
  81. b642518 fix broken build by Vasu Nori · 14 years ago
  82. 7301a23 Let cachefull-warning be under SQLiteDebug.DEBUG_SQL_CACHE flag by Vasu Nori · 14 years ago
  83. 74fb268 when printing cache-full warning, print the sql statements in cache by Vasu Nori · 14 years ago
  84. f0808f8 when printing requery on UI warning, include additional info by Vasu Nori · 14 years ago
  85. 6d97025 STOPSHIP - add illegalStateException to catch potential deadlocks in db by Vasu Nori · 14 years ago
  86. 2467561 SQLiteDatabase: fix inconsistent locking by Vasu Nori · 14 years ago
  87. 587423a fix this: closing database twice fails with IllegalStateException by Vasu Nori · 14 years ago
  88. ffe0612 remove public API setConnectionPoolSize() by Vasu Nori · 14 years ago
  89. 5a049b0 temporarily comment out dbstats info code when doing adb bugreport by Vasu Nori · 14 years ago
  90. 5e89ae2 fix compiled statement bugs, synchronization bugs by Vasu Nori · 14 years ago
  91. b83cb7c revert Change-Id: Ic610a0c38e7bd7c77006a08c7b82fa01957739e5 by Vasu Nori · 14 years ago
  92. 5402590 change return type from void to int on execSQL() methods by Vasu Nori · 14 years ago
  93. b729dcc Revert "caching code retooled to reduce locking + handle SMP" by Vasu Nori · 14 years ago
  94. 992f7d5 caching code retooled to reduce locking + handle SMP by Vasu Nori · 14 years ago
  95. 422dad0 android change to handle Change-Id: Idbeed81b5b7349059e467b33a8641abf0b4aaeff by Vasu Nori · 14 years ago
  96. bfe1dc2 fix isIntegrityCheck() & add a sample impl class and test for DatabaseErrorHandler by Vasu Nori · 14 years ago
  97. cc6f549 SQLiteOpenHelper should discard closed singleton database objects by Vasu Nori · 14 years ago
  98. 9a8bc78 weird java bug. bug:2941509 by Vasu Nori · 14 years ago
  99. 0732f79 random but useful stuff by Vasu Nori · 14 years ago
  100. ce38b98 do begin-end transaction before standalone insert/update/delete sql by Vasu Nori · 14 years ago