mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
fix for that MSSQL limit/top problem
This commit is contained in:
parent
71d1b72e0e
commit
265e7ca272
2 changed files with 5 additions and 5 deletions
|
|
@ -81,7 +81,7 @@ def __errorFields(expression, expressionFields, expressionFieldsList, expected=N
|
|||
|
||||
if isinstance(num, int):
|
||||
origExpr = expression
|
||||
expression = agent.limitQuery(num, expression, field)
|
||||
expression = agent.limitQuery(num, expression, field, expressionFieldsList[0])
|
||||
|
||||
if "ROWNUM" in expressionFieldsList:
|
||||
expressionReplaced = expression
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue