Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 686eacd commit c9d570cCopy full SHA for c9d570c
1 file changed
lib/techniques/union/use.py
@@ -91,7 +91,7 @@ def __oneShotUnionUse(expression, unpack=True, limited=False):
91
elif Backend.isDbms(DBMS.MYSQL) and not kb.multiThreadMode:
92
warnMsg = "if the problem persists with 'None' values please try to use "
93
warnMsg += "hidden switch '--no-cast' (fixing problems with some collation "
94
- warnMsg += "issues)"
+ warnMsg += "issues) or switch '--hex'"
95
singleTimeWarnMessage(warnMsg)
96
97
conf.hashDB.write(expression, retVal)
0 commit comments