「view this page in B3 βῆτα server」

Revisions №59257

branch: master 「№59257」
Commited by: Rocco Moretti
GitHub commit link: 「04df72ad40cc7487」 「№1983」
Difference from previous tested commit:  code diff
Commit date: 2017-02-06 10:54:18

Merge pull request #1983 from RosettaCommons/roccomoretti/update_sqlite Update SQLite code to the most recent version: 3.16.2 The version of SQLite we had in external (3.7.4) has a number of issues which are detected by the Undefined Behavior Sanitizer (ubsan) tests. Taking a closer look, this looked to definitely be a deficiency in SQLite 3.7.4, rather than how we were using it. Updating to the most recent SQLite version appears to fix these issues. Some small changes were needed in the SandwichFeatures code to properly order results -- SQL does not require that results be in any particular order, but SandwichFeatures was taking advantage of the fact that SQLite 3.7.4 (but not 3.16.2) ordered the results in a consistent manner.

...