On Wed, Jan 25, 2017 at 08:27:28PM +0100, Landry Breuil wrote: > Hi, > > firefox 52 requires sqlite 3.15.1 at least; so let's jump to 3.16.2 > directly. Bumped the major to be on the safe side, but nm showed no > differences between libs, but there are always defines lurking around in > headers...
The log shows several API differences: in 3.16.0: Added experimental support for PRAGMA functions. Added the SQLITE_DBCONFIG_NO_CKPT_ON_CLOSE option to sqlite3_db_config(). so, yeah, that's definitely a major bump.
