1. 03 Sep, 2015 2 commits
  2. 01 Sep, 2015 4 commits
  3. 31 Aug, 2015 2 commits
  4. 28 Aug, 2015 1 commit
  5. 27 Aug, 2015 1 commit
  6. 30 Jul, 2015 1 commit
  7. 13 Jun, 2015 2 commits
  8. 12 Jun, 2015 5 commits
    • Nick Kralevich's avatar
      sqlite: upgrade to SQLite 3.8.10.2 · 693f9c61
      Nick Kralevich authored
      Downloaded from https://www.sqlite.org/2015/sqlite-amalgamation-3081002.zip
      
        $ sha256sum sqlite-amalgamation-3081002.zip
        8272ba79711bf7f64a029d5976ce565ef3fb9bdbbb8b18affdae83d0dd60d61b  sqlite-amalgamation-3081002.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.
      
      All Android specific patches applied cleanly.
      
      Description of changes compared to SQLite 3.8.10:
      
        2015-05-20 (3.8.10.2)
        * Fix an index corruption issue introduced by version 3.8.7. An index
          with a TEXT key can be corrupted by an INSERT into the corresponding
          table if the table has two nested triggers that convert the key
          value to INTEGER and back to TEXT again. Ticket 34cd55d68e0
        * SQLITE_SOURCE_ID: "2015-05-20 18:17:19 2ef4f3a5b1d1d0c4338f8243d40a2452cc1f7fe4"
        * SHA1 for sqlite3.c: 638abb77965332c956dbbd2c8e4248e84da4eb63
      
        2015-05-09 (3.8.10.1)
        * Make sqlite3_compileoption_used() responsive to the
          SQLITE_ENABLE_DBSTAT_VTAB compile-time option.
        * Fix a harmless warning in the command-line shell on some versions of MSVC.
        * Fix minor issues with the dbstat virtual table.
        * SQLITE_SOURCE_ID: "2015-05-09 12:14:55 05b4b1f2a937c06c90db70c09890038f6c98ec40"
        * SHA1 for sqlite3.c: 85e4e1c08c7df28ef61bb9759a0d466e0eefbaa2
      
      Change-Id: I60ba181489dc010683f8aabfff37cc7fee17b455
      693f9c61
    • Nick Kralevich's avatar
      Merge "Regenerate Android.patch" · 2c4f1804
      Nick Kralevich authored
      2c4f1804
    • Nick Kralevich's avatar
      am 0c1333fe: Regenerate Android.patch · e0f3f03a
      Nick Kralevich authored
      * commit '0c1333fe':
        Regenerate Android.patch
      e0f3f03a
    • Nick Kralevich's avatar
      Regenerate Android.patch · 415715d1
      Nick Kralevich authored
      Commit 55536230 patched Android
      specific code, but failed to update Android.patch as per the
      README-Android file. Update Android.patch so that this change isn't
      accidentally omitted in future SQLite upgrades.
      
      (cherrypicked from commit 0c1333fe)
      
      Bug: 21730722
      Change-Id: I12c62628bac6599c697a6e8fb71e7c239a49a37f
      415715d1
    • Nick Kralevich's avatar
      Regenerate Android.patch · 0c1333fe
      Nick Kralevich authored
      Commit 55536230 patched Android
      specific code, but failed to update Android.patch as per the
      README-Android file. Update Android.patch so that this change isn't
      accidentally omitted in future SQLite upgrades.
      
      Bug: 21730722
      Change-Id: I12c62628bac6599c697a6e8fb71e7c239a49a37f
      0c1333fe
  9. 11 Jun, 2015 5 commits
  10. 03 Jun, 2015 1 commit
  11. 09 May, 2015 4 commits
    • Nick Kralevich's avatar
      am 3a6c79f8: sqlite: upgrade to SQLite 3.8.10 · 0cade70b
      Nick Kralevich authored
      * commit '3a6c79f8':
        sqlite: upgrade to SQLite 3.8.10
      0cade70b
    • Nick Kralevich's avatar
      am 5e82df58: Merge "sqlite: upgrade to SQLite 3.8.10" · 666bcbe1
      Nick Kralevich authored
      * commit '5e82df58':
        sqlite: upgrade to SQLite 3.8.10
      666bcbe1
    • Nick Kralevich's avatar
      sqlite: upgrade to SQLite 3.8.10 · 3a6c79f8
      Nick Kralevich authored
      Downloaded from https://www.sqlite.org/2015/sqlite-amalgamation-3081000.zip
      
        $ sha256sum sqlite-amalgamation-3081000.zip
        b864bf802584e54a881db4ab9c8fb54b51339b2dc2c66f97fbf88ae4ee052ff8  sqlite-amalgamation-3081000.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.
      
      One Android patch failed to apply cleanly, due to a change in how one
      variable is handled. The patch was fixed. Other than that, no changes
      to the Android specific patches.
      
      Description of changes compared to SQLite 3.8.9:
      
        SQLite Release 3.8.10 On 2015-05-07
      
        Added the sqldiff.exe utility program for computing the differences between two SQLite database files.
        Added the y format string to the matchinfo() function of FTS3.
        Performance improvements for ORDER BY, VACUUM, CREATE INDEX, PRAGMA integrity_check, and PRAGMA quick_check.
        Fix many obscure problems discovered while SQL fuzzing.
        Identify all methods for important objects in the interface documentation. (example)
        Made the American Fuzzy Lop fuzzer a standard part of SQLite's testing strategy.
        Add the ".binary" and ".limits" commands to the command-line shell.
        Make the "dbstat" virtual table part of standard builds when compiled with the SQLITE_ENABLE_DBSTAT_VTAB option.
        SQLITE_SOURCE_ID: "2015-05-07 11:53:08 cf975957b9ae671f34bb65f049acf351e650d437"
        SHA1 for sqlite3.c: 0b34f0de356a3f21b9dfc761f3b7821b6353c570
      
      (cherrypicked from commit 3d169392)
      
      Change-Id: I9d298922ddf405a597781749c8b39caee4ea638b
      3a6c79f8
    • Nick Kralevich's avatar
      Merge "sqlite: upgrade to SQLite 3.8.10" · 5e82df58
      Nick Kralevich authored
      5e82df58
  12. 08 May, 2015 1 commit
    • Nick Kralevich's avatar
      sqlite: upgrade to SQLite 3.8.10 · 3d169392
      Nick Kralevich authored
      Downloaded from https://www.sqlite.org/2015/sqlite-amalgamation-3081000.zip
      
        $ sha256sum sqlite-amalgamation-3081000.zip
        b864bf802584e54a881db4ab9c8fb54b51339b2dc2c66f97fbf88ae4ee052ff8  sqlite-amalgamation-3081000.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.
      
      One Android patch failed to apply cleanly, due to a change in how one
      variable is handled. The patch was fixed. Other than that, no changes
      to the Android specific patches.
      
      Description of changes compared to SQLite 3.8.9:
      
        SQLite Release 3.8.10 On 2015-05-07
      
        Added the sqldiff.exe utility program for computing the differences between two SQLite database files.
        Added the y format string to the matchinfo() function of FTS3.
        Performance improvements for ORDER BY, VACUUM, CREATE INDEX, PRAGMA integrity_check, and PRAGMA quick_check.
        Fix many obscure problems discovered while SQL fuzzing.
        Identify all methods for important objects in the interface documentation. (example)
        Made the American Fuzzy Lop fuzzer a standard part of SQLite's testing strategy.
        Add the ".binary" and ".limits" commands to the command-line shell.
        Make the "dbstat" virtual table part of standard builds when compiled with the SQLITE_ENABLE_DBSTAT_VTAB option.
        SQLITE_SOURCE_ID: "2015-05-07 11:53:08 cf975957b9ae671f34bb65f049acf351e650d437"
        SHA1 for sqlite3.c: 0b34f0de356a3f21b9dfc761f3b7821b6353c570
      
      Change-Id: I9d298922ddf405a597781749c8b39caee4ea638b
      3d169392
  13. 09 Apr, 2015 1 commit
  14. 08 Apr, 2015 2 commits
  15. 15 Jan, 2015 6 commits
  16. 14 Jan, 2015 1 commit
  17. 05 Jan, 2015 1 commit