mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 13:14:13 +03:00
Minor bug fix (revert)
This commit is contained in:
parent
e64f225e65
commit
d7d47b6257
|
@ -328,7 +328,7 @@ class Agent:
|
|||
if not Backend.getDbms():
|
||||
return fields
|
||||
|
||||
if (fields.startswith("(CASE") and "WHEN use" in fields) or fields.startswith("SUBSTR"):
|
||||
if fields.startswith("(CASE") or fields.startswith("SUBSTR"):
|
||||
nulledCastedConcatFields = fields
|
||||
else:
|
||||
fields = fields.replace(", ", ",")
|
||||
|
|
Loading…
Reference in New Issue
Block a user