mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-03-14 15:14:31 +03:00
Proper length function used now (fixing issues with international letters in multi threaded mode)
This commit is contained in:
parent
3cbe60b586
commit
03215ef209
|
@ -4,7 +4,7 @@
|
|||
<!-- MySQL -->
|
||||
<dbms value="MySQL">
|
||||
<cast query="CAST(%s AS CHAR)"/>
|
||||
<length query="LENGTH(%s)"/>
|
||||
<length query="CHAR_LENGTH(%s)"/>
|
||||
<isnull query="IFNULL(%s,' ')"/>
|
||||
<delimiter query=","/>
|
||||
<limit query="LIMIT %d,%d"/>
|
||||
|
|
Loading…
Reference in New Issue
Block a user