mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-03-23 19:34:13 +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 -->
|
<!-- MySQL -->
|
||||||
<dbms value="MySQL">
|
<dbms value="MySQL">
|
||||||
<cast query="CAST(%s AS CHAR)"/>
|
<cast query="CAST(%s AS CHAR)"/>
|
||||||
<length query="LENGTH(%s)"/>
|
<length query="CHAR_LENGTH(%s)"/>
|
||||||
<isnull query="IFNULL(%s,' ')"/>
|
<isnull query="IFNULL(%s,' ')"/>
|
||||||
<delimiter query=","/>
|
<delimiter query=","/>
|
||||||
<limit query="LIMIT %d,%d"/>
|
<limit query="LIMIT %d,%d"/>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user