opengeospatial / geopackage

An asciidoc version of the GeoPackage specification for easier collaboration
https://www.geopackage.org
Other
264 stars 71 forks source link

/opt/extension_mechanism/extensions/api/api_geopackage_sqlite_config has incorrect test #45

Closed bradh closed 11 years ago

bradh commented 11 years ago

SELECT sqlite_compileoption_used('SQLITE_ENABLERTREE') will always return 0, but that means the test will always fail.

Perhaps you mean SELECT sqlite_compileoption_used('SQLITE_ENABLE_RTREE') which would match Table 15.

pepijnve commented 11 years ago

Replaced by issue #55