Skip to content

Commit c410349

Browse files
authored
Merge pull request #9382 from qgis/backport-9380-on-release-3_6
Backport #9380 on release-3_6
2 parents e470b6c + 6c42628 commit c410349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/db_manager/dlg_import_vector.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ def accept(self):
376376
supportCom = self.db.supportsComment()
377377
if self.chkCom.isEnabled() and self.chkCom.isChecked() and supportCom:
378378
# using connector executing COMMENT ON TABLE query (with editCome.text() value)
379-
com = self.editCome.text()
379+
com = self.editCom.text()
380380
self.db.connector.commentTable(schema, table, com)
381381

382382
self.db.connection().reconnect()

0 commit comments

Comments
 (0)