Skip to content

Commit 0012761

Browse files
committedJan 21, 2016
[auth][db_manager] fix connection info expansio on importing layer in pki postgis
1 parent eeb5dae commit 0012761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/db_manager/dlg_import_vector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ def accept(self):
300300

301301
# get output params, update output URI
302302
self.outUri.setDataSource(schema, table, geom, "", pk)
303-
uri = self.outUri.uri()
303+
uri = self.outUri.uri(False)
304304

305305
providerName = self.db.dbplugin().providerName()
306306

0 commit comments

Comments
 (0)
Please sign in to comment.