We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e470b6c + 6c42628 commit c410349Copy full SHA for c410349
python/plugins/db_manager/dlg_import_vector.py
@@ -376,7 +376,7 @@ def accept(self):
376
supportCom = self.db.supportsComment()
377
if self.chkCom.isEnabled() and self.chkCom.isChecked() and supportCom:
378
# using connector executing COMMENT ON TABLE query (with editCome.text() value)
379
- com = self.editCome.text()
+ com = self.editCom.text()
380
self.db.connector.commentTable(schema, table, com)
381
382
self.db.connection().reconnect()
0 commit comments