mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-19 12:33:20 +03:00
Possible fix for bug reported by David
This commit is contained in:
parent
136e85abf3
commit
f4745a95ea
|
@ -1011,6 +1011,7 @@ class Enumeration:
|
||||||
columns = {}
|
columns = {}
|
||||||
|
|
||||||
for columnData in value:
|
for columnData in value:
|
||||||
|
if columnData[0] is not None:
|
||||||
name = safeSQLIdentificatorNaming(columnData[0])
|
name = safeSQLIdentificatorNaming(columnData[0])
|
||||||
|
|
||||||
if len(columnData) == 1:
|
if len(columnData) == 1:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user