Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 834ae6a

Browse files
committed
Another minor update
1 parent 799bd51 commit 834ae6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/generic/entries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ def dumpFoundColumn(self, dbs, foundCols, colConsider):
396396

397397
conf.db = db
398398
dumpFromTbls = []
399-
message = "which table(s) of database '%s'?\n" % db
399+
message = "which table(s) of database '%s'?\n" % unsafeSQLIdentificatorNaming(db)
400400
message += "[a]ll (default)\n"
401401

402402
for tbl in tblData:

0 commit comments

Comments
 (0)