1. 07 Jul, 2010 1 commit
  2. 29 Jun, 2010 1 commit
  3. 19 Jun, 2010 1 commit
    • Vasu Nori's avatar
      sqlite with write-ahead-logging changes. alpha/beta quality · 71504cf2
      Vasu Nori authored
      note to reviewers: this checkin is to see if write-ahead-logging
      could work for android. this sqlite3 version  still has bugs
      but still checking in - to start testing the feature.
      
      Change-Id: Ic401c78299e88fa864fe1adb345268b12457cac0
      71504cf2
  4. 16 Jun, 2010 1 commit
  5. 15 Jun, 2010 2 commits
  6. 11 Jun, 2010 2 commits
  7. 10 Jun, 2010 1 commit
  8. 19 May, 2010 1 commit
  9. 05 May, 2010 1 commit
  10. 04 May, 2010 1 commit
    • Vasu Nori's avatar
      add FTS3 _backward_compatibility mode to let apps use FTS1 or 2. · 904607b8
      Vasu Nori authored
      bug:2651952
      this mode was previously available in Eclair and below. this mode was removed
      by me for no particular reason in Froyo.
      this change doesn't bring in any new modules into sqlite. just
      allows FTS1 or 2 apps be used with FTS3 running in backward compatibility mode
      
      Change-Id: Id5d72b440a378dd6d6703ce99b5d3d70ffd0c80f
      904607b8
  11. 26 Apr, 2010 1 commit
  12. 23 Apr, 2010 1 commit
  13. 15 Apr, 2010 1 commit
  14. 07 Apr, 2010 1 commit
    • Vasu Nori's avatar
      sqlite should assume corruption if file header is bad · e523d00e
      Vasu Nori authored
      sqlite doesn't think corruption when it detects bad file header. on android,
      there should be no reason to try to open a database file and find
      a bad header. so, add android patch to sqlite to assume corruption
      when this occurs.
      
      Change-Id: I6b26613852b5247799af35a9c8e166b32ba697ff
      e523d00e
  15. 23 Mar, 2010 1 commit
  16. 18 Mar, 2010 1 commit
    • Daisuke Miyakawa's avatar
      Add PHONEBOOK_COLLATOR toward SQLite so that database users are able to sort based on phonebook · 31089e07
      Daisuke Miyakawa authored
      in ja_JP locale.
      
      In the future, we may able to use PHONEBOOK_COLLATOR in the other locales, but we don't use
      the other phonebook collator now since we cannot estimate how impactful the change is.
      Now we have a customized phonebook collator in Japanese and we need it in ContactsProvider,
      we'll use only the collator.
      
      Do not use this collator in the other packages and locales now. We may decide revert it in the
      near future after furter investigatons.
      
      Need to submit I4dd1b047 to make this change actually effective. Without the change,
      we will have a phonebook collator for "previous" locale, not the current one.
      
      Bug: 2514026
      Bug: 2373557
      Bug: 2373553
      Change-Id: If6f548c0a80fe01e779b4dfc46f74224003f1798
      31089e07
  17. 17 Mar, 2010 1 commit
  18. 12 Mar, 2010 1 commit
  19. 11 Mar, 2010 1 commit
  20. 10 Mar, 2010 1 commit
    • Vasu Nori's avatar
      remove dead code · 1ce7bcaf
      Vasu Nori authored
      after the following CL is submitted, check this in
         Change-Id: If07d4f67facf9b5806b8cd11879bae51f8daf322
      
      Change-Id: Ie3c20489265aebdb83657343d25f1e9ecb7f2d84
      1ce7bcaf
  21. 09 Mar, 2010 1 commit
  22. 04 Mar, 2010 1 commit
  23. 03 Mar, 2010 5 commits
  24. 02 Mar, 2010 1 commit
  25. 01 Mar, 2010 3 commits
  26. 23 Feb, 2010 1 commit
    • Vasu Nori's avatar
      fix to address bug:2454891 · e568ad0c
      Vasu Nori authored
      log a message until sqlite guy gives me a fix to implement logging of
      such events in a more elegant way (like sqlite3_trace)
      e568ad0c
  27. 18 Feb, 2010 3 commits
  28. 11 Feb, 2010 1 commit
    • Vasu Nori's avatar
      when sqlite encounters SQLITE_MISUE error, cause segfault. STOPSHIP. · 61cde95b
      Vasu Nori authored
      this CL wil have to be reverted before shipping. thats why the STOPSHIP
      comment all over this CL.
      goal is to get stacktrace to help debug http://b/2419869 because it is
      intermittently occuring bug and sqlite3 doesn't give enough info
      when this error occurs.
      Richard Hipp of sqlite is going to send a patch that will provide additional
      info when this error occurs.
      61cde95b
  29. 06 Feb, 2010 1 commit
  30. 05 Feb, 2010 1 commit