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."
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 withgpkg_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."