Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[bugfix] Geopackage restore connections in DB-manager
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
python/plugins/db_manager/db_plugins/gpkg/plugin.py
|
@@ -61,7 +61,7 @@ def providerName(self): |
|
|
|
|
|
@classmethod |
|
|
def connectionSettingsKey(self): |
|
|
return '/providers/geopackage/connections' |
|
|
return 'providers/ogr/GPKG/connections' |
|
|
|
|
|
def databasesFactory(self, connection, uri): |
|
|
return GPKGDatabase(connection, uri) |
|
|