Re: PSC Motion: require SQLite 3.11 as minimum version

Mike Taves <[email protected]> Fri, 8 Nov 2019 14:25:38 +1300
Newsgroups gmane.comp.gis.proj-4.devel
Message-ID <CAM2FmMqs5X1ycJJhpDepCrQtKkHp=4KWaW=BoRrjPuUtKovZLA@mail.gmail.com>
On Fri, 8 Nov 2019 at 07:51, Even Rouault <[email protected]> wrote:
> 3.11 is likely not the minimum version. I tried to look at the SQLite release
> notes to find the right version, but nothing obvious struck me, so this would
> require doing bisection to find out the minimum version. I don't think it
> really matters to spot the exact version.

I found a bit of time to do a few bisection experiments, and I found
the exact version:

version-3.8.0    # 1.82user
version-3.8.10.2 # 0.78user
version-3.8.11   # 0.06user
version-3.8.11.1 # 0.07user
version-3.9.0    # 0.06user
version-3.9.2    # 0.07user
version-3.30.1   # 0.05user

SQLite version 3.8.11 released on 2015-07-27 should be the minimum version.

The closest item that I can see in the release notes [1] is
"Miscellaneous micro-optimizations"

[1] https://www.sqlite.org/changes.html#version_3_8_11
_______________________________________________
PROJ mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/proj