GeoTools primary key finder will always query for gt_pk_metadata even if it doesn't exists, failing with:
ERROR: relation "qgis_import.gt_pk_metadata" does not exist at character 15
This creates excessive noise both on the database and GeoTools log.
https://github.com/geotools/geotools/pull/3574
https://github.com/geotools/geotools/pull/3575/
Pull requests:
Main (26.x) https://github.com/geotools/geotools/pull/3567
GeoTools primary key finder will always query for gt_pk_metadata even if it doesn't exists, failing with:
ERROR: relation "qgis_import.gt_pk_metadata" does not exist at character 15
This creates excessive noise both on the database and GeoTools log.