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