mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-19 12:33:20 +03:00
Generic approach for dealing with that nasty Firebird habit of appending spaces to (tec=EU) varchar casted values
This commit is contained in:
parent
b35a0810ef
commit
99bc4a9005
|
@ -386,7 +386,7 @@
|
||||||
|
|
||||||
<!-- Firebird -->
|
<!-- Firebird -->
|
||||||
<dbms value="Firebird">
|
<dbms value="Firebird">
|
||||||
<cast query="CAST(%s AS VARCHAR(10000))"/>
|
<cast query="TRIM(CAST(%s AS VARCHAR(10000)))"/>
|
||||||
<length query="CHAR_LENGTH(%s)"/>
|
<length query="CHAR_LENGTH(%s)"/>
|
||||||
<delimiter query="||"/>
|
<delimiter query="||"/>
|
||||||
<limit query="ROWS %d TO %d"/>
|
<limit query="ROWS %d TO %d"/>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user