mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Minor fix
This commit is contained in:
@@ -515,7 +515,7 @@ class Databases:
|
||||
value = inject.getValue(query, blind=False)
|
||||
|
||||
if Backend.isDbms(DBMS.SQLITE):
|
||||
parseSqliteTableSchema(value)
|
||||
parseSqliteTableSchema(unArrayizeValue(value))
|
||||
elif not isNoneValue(value):
|
||||
table = {}
|
||||
columns = {}
|
||||
|
||||
Reference in New Issue
Block a user