mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-12 03:16:36 +01:00
Avoid a traceback elsewhere
This commit is contained in:
parent
7ce49bcf0d
commit
6c490bfc8f
1 changed files with 2 additions and 0 deletions
|
|
@ -367,6 +367,8 @@
|
|||
<dbms value="Firebird">
|
||||
<cast query="CAST(%s AS VARCHAR(10000))"/>
|
||||
<length query="CHAR_LENGTH(%s)"/>
|
||||
<!-- TODO: add proper value -->
|
||||
<delimiter query=""/>
|
||||
<limit query="ROWS %d TO %d"/>
|
||||
<limitregexp query="\s+ROWS\s+([\d]+)(\s+\TO\s+([\d]+))?"/>
|
||||
<limitgroupstart query="1"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue