mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Fix for an Issue #380
This commit is contained in:
@@ -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"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user