1. 20 Aug, 2014 1 commit
  2. 07 Jun, 2014 2 commits
    • Nick Kralevich's avatar
      sqlite: upgrade to SQLite 3.8.5 · 1c7cea37
      Nick Kralevich authored
      Downloaded from http://www.sqlite.org/2014/sqlite-amalgamation-3080500.zip
      
        $ sha256sum sqlite-amalgamation-3080500.zip
        d9d5a78a5449baa54b2bc62f74f756af81ce74f953f7f0f39aa8b47b2d862029  sqlite-amalgamation-3080500.zip
      
      dist/orig contains the stock sqlite3 code, as packaged in the ZIP file above.
      
      dist contains a copy of dist/orig, but with the Android.patch file applied.
      Please see Android.patch for a list of differences between stock and
      Android.
      
      Change-Id: I675bc26116b8f02aa3ce841e48fa2ef940ffbe61
      1c7cea37
    • Nick Kralevich's avatar
      sqlite: upgrade to SQLite 3.8.4.3 · bb31ef21
      Nick Kralevich authored
      Downloaded from http://www.sqlite.org/snapshot/sqlite-amalgamation-201405271818.zip
      
        $ sha256sum sqlite-amalgamation-3080403.zip
        8bac4a9cf70270ca514db9b740e0950e7fca0c656119b42454376b7d5769b3d8  sqlite-amalgamation-3080403.zip
      
      dist/orig contains the stock sqlite3 code, as packaged in the ZIP file above.
      
      dist contains a copy of dist/orig, but with the Android.patch file applied.
      Please see Android.patch for a list of differences between stock and
      Android.
      
      Bug: 15288755
      
      (cherry picked from commit 8fecf56c)
      
      Change-Id: Id5061a0206749fd2f41f733558a9f53f21e69d1d
      bb31ef21
  3. 29 May, 2014 1 commit
    • Nick Kralevich's avatar
      sqlite: upgrade to SQLite 3.8.4.3 · 8fecf56c
      Nick Kralevich authored
      Downloaded from http://www.sqlite.org/snapshot/sqlite-amalgamation-201405271818.zip
      
        $ sha256sum sqlite-amalgamation-3080403.zip
        8bac4a9cf70270ca514db9b740e0950e7fca0c656119b42454376b7d5769b3d8  sqlite-amalgamation-3080403.zip
      
      dist/orig contains the stock sqlite3 code, as packaged in the ZIP file above.
      
      dist contains a copy of dist/orig, but with the Android.patch file applied.
      Please see Android.patch for a list of differences between stock and
      Android.
      
      Bug: 15288755
      Change-Id: I05f0c302ecb0e6c251cbe8c888f07cf2e0498855
      8fecf56c
  4. 20 Apr, 2012 1 commit
  5. 20 Jan, 2012 2 commits
    • Jeff Brown's avatar
      Remove custom SQLITE_UNCLOSED error code. · e667f09e
      Jeff Brown authored
      This error code was introduced at some point to help track when
      a database could not be closed because a statement was not finalized.
      Now that the DB wrappers have been rewritten, it is technically no longer
      possible for this to happen, so we can remove this.
      
      Change-Id: Ia3c8167a0af522c852adbbd15c83c3c8f5732b26
      e667f09e
    • Jeff Brown's avatar
      Upgrade SQLite to 3.7.10. · 90ed05d9
      Jeff Brown authored
      Ported all original Android-specific patches.
      
      Change-Id: I2c5801a92d783e2c5cba72147d9fb777ad7c8443
      90ed05d9
  6. 25 Feb, 2011 1 commit
  7. 20 Feb, 2011 1 commit
  8. 05 Jan, 2011 1 commit
    • Vasu Nori's avatar
      latest and stable version of sqlite · 95c34edc
      Vasu Nori authored
      this most probably will be sqlite for HC - unless some serious bugs come up
      with this version.
      Change-Id: Ib7d9023c861025fd28492ae133d21fc479c0c891
      95c34edc
  9. 29 Sep, 2010 1 commit
  10. 07 Sep, 2010 1 commit
  11. 07 Jul, 2010 1 commit
  12. 29 Jun, 2010 1 commit
  13. 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
  14. 16 Jun, 2010 1 commit
  15. 15 Jun, 2010 1 commit
  16. 23 Mar, 2010 1 commit
  17. 03 Mar, 2010 1 commit
  18. 02 Mar, 2010 1 commit
  19. 01 Mar, 2010 2 commits
    • Vasu Nori's avatar
      revert to old ersion until sqlite3.c builds correctly on mac · 9d9edcf9
      Vasu Nori authored
      sqlite3 from DRH broke mac builds.
      9d9edcf9
    • Vasu Nori's avatar
      get latest sqlite from froyo branch created by richard hipp @ sqlite · cd1b5450
      Vasu Nori authored
      this will remove a lot of android specific code from sqlite in
      external/sqlite/dist.
      we are getting closer to using the public domain sqlite.
       ******* NOTE TO REVIEWERS *********
      to compare, don't use gerrit. that will compare this sqlite3.c with
      the currently-checkin version, showing you the differences
      between this sqlite version and the previous sqlite version.
      you may not care about that.
      if you just need to see what android changes to sqlite are,
      then compare the following two files in this CL
          sqlite3.c.orig
          sqlite3.c
      cd1b5450
  20. 20 Jan, 2010 1 commit
    • Vasu Nori's avatar
      upgrade sqlite from 3.5.9 to 3.6.22 · a4356a0e
      Vasu Nori authored
      you should notice the following from the Android changes in 3.5.9
      1. Android Changes are grouped wherever possible.
      
      To Do
      1. sqlite3_get_pager_stats() needs to be completed
      2. Android change lines 63480-63482 on master branch in sqlite3.c is
      not ported yet. can't see where it goes in 3.6.22 code.
      a4356a0e
  21. 04 Mar, 2009 2 commits
  22. 21 Oct, 2008 1 commit
  23. 12 Jan, 1970 1 commit