mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
minor cosmetics
This commit is contained in:
parent
5d37df6104
commit
5764816891
16 changed files with 45 additions and 45 deletions
|
|
@ -57,7 +57,7 @@ class Miscellaneous:
|
|||
if kb.dbms == DBMS.MYSQL:
|
||||
first, last = 1, 6
|
||||
|
||||
elif kb.dbms == DBMS.POSTGRESQL:
|
||||
elif kb.dbms == DBMS.PGSQL:
|
||||
first, last = 12, 6
|
||||
|
||||
elif kb.dbms == DBMS.MSSQL:
|
||||
|
|
@ -130,7 +130,7 @@ class Miscellaneous:
|
|||
if not output or output in ("y", "Y"):
|
||||
dropStr = "DROP FUNCTION %s" % udf
|
||||
|
||||
if kb.dbms == DBMS.POSTGRESQL:
|
||||
if kb.dbms == DBMS.PGSQL:
|
||||
inp = ", ".join(i for i in inpRet["input"])
|
||||
dropStr += "(%s)" % inp
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue