You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should compile with all versions of SQLite, but fails with SQLite 3.36 because sqlite3_total_changes64 was introduced in 3.37, not 3.36. as per the release notes.
Expected behavior and actual behavior.
There are six occurences of this block in
gdal/ogr/ogrsf_frmts/gpkg/ogrgeopackagetablelayer.cpp
:This should compile with all versions of SQLite, but fails with SQLite 3.36 because
sqlite3_total_changes64
was introduced in 3.37, not 3.36. as per the release notes.Steps to reproduce the problem.
Clone and build with SQLite 3.36
Operating system
All
GDAL version and provenance
master/3.9.0dev (introduced in c4f83c3) and 3.8 (introduced in 8d3050b)
The text was updated successfully, but these errors were encountered: