mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
minor update
This commit is contained in:
@@ -147,7 +147,7 @@
|
|||||||
|
|
||||||
<!-- Microsoft SQL Server -->
|
<!-- Microsoft SQL Server -->
|
||||||
<dbms value="Microsoft SQL Server">
|
<dbms value="Microsoft SQL Server">
|
||||||
<cast query="CAST(%s AS VARCHAR(8000))"/>
|
<cast query="CAST(%s AS NVARCHAR)"/>
|
||||||
<length query="LTRIM(STR(LEN(%s)))"/>
|
<length query="LTRIM(STR(LEN(%s)))"/>
|
||||||
<isnull query="ISNULL(%s, ' ')"/>
|
<isnull query="ISNULL(%s, ' ')"/>
|
||||||
<delimiter query="+"/>
|
<delimiter query="+"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user