mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-04-26 11:53:44 +03:00
Fix for an Issue #380
This commit is contained in:
parent
2420a4b626
commit
410f6ad476
|
@ -344,10 +344,10 @@
|
||||||
|
|
||||||
<!-- Microsoft Access -->
|
<!-- Microsoft Access -->
|
||||||
<dbms value="Microsoft Access">
|
<dbms value="Microsoft Access">
|
||||||
<cast query="CVAR(%s)"/>
|
<cast query="RTRIM(CVAR(%s))"/>
|
||||||
<length query="LEN(%s)"/>
|
<length query="LEN(RTRIM(CVAR(%s)))"/>
|
||||||
<isnull query="IIF(LEN(%s)=0,' ',%s)"/>
|
<isnull query="IIF(LEN(%s)=0,' ',%s)"/>
|
||||||
<delimiter query=","/>
|
<delimiter query="&"/>
|
||||||
<limit query="TOP %d"/>
|
<limit query="TOP %d"/>
|
||||||
<limitregexp query="\s+TOP\s+([\d]+)"/>
|
<limitregexp query="\s+TOP\s+([\d]+)"/>
|
||||||
<limitgroupstart query="1"/>
|
<limitgroupstart query="1"/>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user