mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
[auth][db_manager] fix connection info expansio on importing layer in pki postgis
This commit is contained in:
parent
eeb5daea3c
commit
0012761ab3
@ -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