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

Skip to content

Commit f96edc9

Browse files
committed
Patches #1419
1 parent 27707be commit f96edc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/dbms/mssqlserver/enumeration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ def searchColumn(self):
336336
values = [values]
337337

338338
for foundTbl in values:
339-
foundTbl = safeSQLIdentificatorNaming(foundTbl, True)
339+
foundTbl = safeSQLIdentificatorNaming(unArrayizeValue(foundTbl), True)
340340

341341
if foundTbl is None:
342342
continue

0 commit comments

Comments
 (0)