mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Merge pull request #2708 from boundlessgeo/postgis-pki-fix
[auth][db_manager] fix uri expansion on importing layer
This commit is contained in:
commit
72a1e7eeb5
@ -300,7 +300,7 @@ class DlgImportVector(QDialog, Ui_Dialog):
|
||||
|
||||
# get output params, update output URI
|
||||
self.outUri.setDataSource(schema, table, geom, "", pk)
|
||||
uri = self.outUri.uri()
|
||||
uri = self.outUri.uri(False)
|
||||
|
||||
providerName = self.db.dbplugin().providerName()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user