GitHubRGI/geopackage-python

PRAGMA application_id cannot be set on Windows platform

stevendlander opened this issue · 2 comments

PRAGMA application_id = 1196437808
PRAGMA application_id = "0x47503130"

Neither of the above work on Windows platform. This flags as a warning on the SWAGD GeoPackage verifier for Requirement 2.

Might be a python-only bug? SWAGD can set the application_id just fine using an integer value.

Possible issue with older version of sqlite3 module shipped with Python 2.7.9. Possible reason to add support for Python3.