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

Skip to content

Commit 4d70f2c

Browse files
committed
reverting back to 100
1 parent 8211e6a commit 4d70f2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/techniques/error/use.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def errorUse(expression):
5151
nulledCastedField = agent.nullAndCastField(fieldToCastStr)
5252

5353
if kb.dbms == "MySQL":
54-
nulledCastedField = nulledCastedField.replace("AS CHAR)", "AS CHAR(147))") # fix for that 'Subquery returns more than 1 row'
54+
nulledCastedField = nulledCastedField.replace("AS CHAR)", "AS CHAR(100))") # fix for that 'Subquery returns more than 1 row'
5555

5656
expressionReplaced = expression.replace(fieldToCastStr, nulledCastedField, 1)
5757
expressionUnescaped = unescaper.unescape(expressionReplaced)

0 commit comments

Comments
 (0)