• Nick Kralevich's avatar
    sqlite: upgrade to SQLite 3.9.2 · 253ed64d
    Nick Kralevich authored
    Downloaded from https://www.sqlite.org/2015/sqlite-amalgamation-3090200.zip
    
      $ sha256sum sqlite-amalgamation-3090200.zip
      567139c94375e3808a11f34d81f534d0c257e2c498cddbf4cac283d74b51fe9c  sqlite-amalgamation-3090200.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 specific patch failed to apply cleanly. However, this patch was
    a whitespace only patch, so it has been dropped from Android.patch. All
    other android specific patches applied cleanly.
    
    Changes since 3.8.10.2 (from https://www.sqlite.org/changes.html):
    
      2015-11-03 (3.9.2)
    
      * Fix the schema parser so that it interprets certain (obscure and ill-formed)
      CREATE TABLE statements the same as legacy. Fix for ticket ac661962a2aeab3c331
      * Fix a query planner problem that could result in an incorrect answer due to
     ...
    253ed64d
README.version 100 Bytes