mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Fixes #2268
This commit is contained in:
parent
5772d8904d
commit
eb098f6527
3 changed files with 8 additions and 3 deletions
|
|
@ -463,6 +463,10 @@
|
|||
<length query="LENGTH(%s)"/>
|
||||
<isnull query="VALUE(%s,' ')" query2="IFNULL(%s,' ')"/>
|
||||
<delimiter query=","/>
|
||||
<limit query="LIMIT %d,%d"/>
|
||||
<limitregexp query="\s+LIMIT\s+([\d]+)\s*\,\s*([\d]+)"/>
|
||||
<limitgroupstart query="1"/>
|
||||
<limitgroupstop query="2"/>
|
||||
<!-- No real cast on SAP MaxDB -->
|
||||
<cast query="REPLACE(CHR(%s),' ','_')"/>
|
||||
<order query="ORDER BY %s ASC"/>
|
||||
|
|
@ -647,6 +651,7 @@
|
|||
</search_column>
|
||||
</dbms>
|
||||
|
||||
<!-- Hyper SQL Database -->
|
||||
<dbms value="HSQLDB">
|
||||
<cast query="CAST(%s AS LONGVARCHAR)"/>
|
||||
<length query="CHAR_LENGTH(%s)"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue