[bugfix] Geopackage restore connections in DB-manager

This commit is contained in:
Alessandro Pasotti 2017-09-14 13:39:44 +02:00
parent 1e85556922
commit d8940544f7

View File

@ -61,7 +61,7 @@ class GPKGDBPlugin(DBPlugin):
@classmethod
def connectionSettingsKey(self):
return '/providers/geopackage/connections'
return 'providers/ogr/GPKG/connections'
def databasesFactory(self, connection, uri):
return GPKGDatabase(connection, uri)