mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 08:14:24 +03:00
added one comment
This commit is contained in:
parent
bafc8a1b0f
commit
7d9be18789
|
@ -672,6 +672,7 @@ class Agent:
|
|||
limitedQuery = limitedQuery.replace("SELECT ", (limitStr % 1), 1)
|
||||
|
||||
if uniqueField and " ORDER BY " not in fromFrom:
|
||||
# Reference: http://vorg.ca/626-the-MS-SQL-equivalent-to-MySQLs-limit-command
|
||||
if " WHERE " in limitedQuery:
|
||||
limitedQuery = "%s AND %s " % (limitedQuery, uniqueField)
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue
Block a user