1. 12669b6 bring back sqlite WAL tests now that the feature is in. by Vasu Nori · 13 years ago
  2. e7dea4e bug:3443154 fix database tests after disabling sqlite wal by Vasu Nori · 13 years ago
  3. ffe0612 remove public API setConnectionPoolSize() by Vasu Nori · 14 years ago
  4. b729dcc Revert "caching code retooled to reduce locking + handle SMP" by Vasu Nori · 14 years ago
  5. 992f7d5 caching code retooled to reduce locking + handle SMP by Vasu Nori · 14 years ago
  6. cc6f549 SQLiteOpenHelper should discard closed singleton database objects by Vasu Nori · 14 years ago
  7. ce38b98 do begin-end transaction before standalone insert/update/delete sql by Vasu Nori · 14 years ago
  8. 65a8883 don't store mDatabase in SQLiteCursor as it is already in SQLiteQuery by Vasu Nori · 14 years ago
  9. e25539f reduce locking when using SQLiteStatement by Vasu Nori · 14 years ago
  10. 57feb5d STOPSHIP CL in master - make sqlite WAL default for all apps by Vasu Nori · 14 years ago
  11. 2827d6d for WAL to work, can't keep prepared SQL stmt_id in SQLiteStatement by Vasu Nori · 14 years ago
  12. 59d6042 deprecate method returning prepared sql statement id by Vasu Nori · 14 years ago
  13. 7501010 some refactoring and multi-threading fixes by Vasu Nori · 14 years ago
  14. e8bf6db fix broken test similar to I32c30f7d05e5bec7c6b2776ce9a80c8be61d856f by Vasu Nori · 14 years ago
  15. 0bcd289 move a sqlite test from framework-tests to coretests by Vasu Nori · 14 years ago[Renamed from tests/framework-tests/src/android/database/sqlite/SQLiteDatabaseTest.java]
  16. 6c354da read old version of data and use multiple connections to db by Vasu Nori · 14 years ago