Page MenuHomeSolus

Update sqlite3 to 3.19.2
ClosedPublic

Authored by kyrios123 on May 24 2017, 6:24 PM.

Details

Summary
  • Fix multiple bugs in the LEFT JOIN flattener optimization
  • Remove a surplus semicolon that was causing problems for older versions of MSVC

Signed-off-by: Pierre-Yves <pyu@riseup.net>

Test Plan

Install & run sqlite3 on a VM

Diff Detail

Repository
R2955 sqlite3
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kyrios123 retitled this revision from Update sqlite3 to 3.19.1 to Update sqlite3 to 3.19.2.
kyrios123 edited the summary of this revision. (Show Details)

SQLite Release 3.19.2 On 2017-05-25

  • Fix more bugs in the LEFT JOIN flattening optimization. Ticket 7fde638e94287d2c.

Changes carried forward from version 3.19.1 (2017-05-24):

  • Fix a bug in the LEFT JOIN flattening optimization. Ticket cad1ab4cb7b0fc.
  • Remove a surplus semicolon that was causing problems for older versions of MSVC.
This revision is now accepted and ready to land.May 26 2017, 12:48 PM
This revision was automatically updated to reflect the committed changes.