mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-05-30 10:43:12 +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():
|
if not Backend.getDbms():
|
||||||
return fields
|
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
|
nulledCastedConcatFields = fields
|
||||||
else:
|
else:
|
||||||
fields = fields.replace(", ", ",")
|
fields = fields.replace(", ", ",")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user