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

Skip to content

Commit eb6f17b

Browse files
committed
Fix for --dump and -d=mssql
1 parent 4365c48 commit eb6f17b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/utils/pivotdumptable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def pivotDumpTable(table, colList, count=None, blind=True):
110110
else:
111111
query = dumpNode.query2 % (column, table, colList[0], pivotValue)
112112

113-
value = inject.getValue(query, blind=blind, inband=not blind, error=not blind)
113+
value = unArrayizeValue(inject.getValue(query, blind=blind, inband=not blind, error=not blind))
114114

115115
if column == colList[0]:
116116
if isNoneValue(value):

0 commit comments

Comments
 (0)