mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-23 15:10:50 +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 -->
|
||||
<dbms value="Firebird">
|
||||
<cast query="CAST(%s AS VARCHAR(10000))"/>
|
||||
<cast query="TRIM(CAST(%s AS VARCHAR(10000)))"/>
|
||||
<length query="CHAR_LENGTH(%s)"/>
|
||||
<delimiter query="||"/>
|
||||
<limit query="ROWS %d TO %d"/>
|
||||
|
|
Loading…
Reference in New Issue
Block a user