mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
db manager: fix import of geometryless files (fixes #8970)
This commit is contained in:
parent
6392fa9234
commit
61dc4debfe
@ -273,7 +273,7 @@ class DlgImportVector(QDialog, Ui_Dialog):
|
||||
geom = self.outUri.geometryColumn() if not self.chkGeomColumn.isChecked() else self.editGeomColumn.text()
|
||||
geom = geom if geom != "" else self.default_geom
|
||||
else:
|
||||
geom = ""
|
||||
geom = None
|
||||
|
||||
# get output params, update output URI
|
||||
self.outUri.setDataSource( schema, table, geom, "", pk )
|
||||
|
Loading…
x
Reference in New Issue
Block a user