opengeospatial / ets-gpkg12

GeoPackage 1.2 Executable Test Suite
Other
7 stars 10 forks source link

Data Columns Column Name test has wrong table name in description #129

Closed phidrho closed 1 week ago

phidrho commented 6 months ago

Hi,

I got an FAIL result under Schema > Data Columns Column Name.

Test is OK, everything works fine, but there is a minor bug in description under Reason For Test Failure, current test generates wrong explanation with gpkg_extensions: "The gpkg_extensions table references column COLUMN_NAME which does not exist in table TABLE_NAME."

but should be with gpkg_data_columns: "The gpkg_data_columns table references column COLUMN_NAME which does not exist in table TABLE_NAME."

dstenger commented 6 months ago

Thank you for reporting. We will check and update the failure message.