3liz / qgis-pgmetadata-plugin

QGIS Plugin to manage some metadata from PostgreSQL layer
GNU General Public License v2.0
12 stars 10 forks source link

Bug: Incorrect warning about invalid connections #137

Closed effjot closed 1 year ago

effjot commented 1 year ago

At every startup, locater search etc., the warning about invalid database connections pops up, even though the connections are set up correctly.

This is due to a bug introduced to validate_connections_names() by my “ugly hack” in add_connection(). I’ve fixed it already and am preparing a PR.