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