mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-09-01 00:40:02 +00:00
Better naming
This commit is contained in:
parent
4d5bae7131
commit
e7576a3b11
10 changed files with 10 additions and 13 deletions
|
|
@ -44,7 +44,7 @@ class Connector(GenericConnector):
|
|||
except pymssql.OperationalError, msg:
|
||||
raise SqlmapConnectionException(msg)
|
||||
|
||||
self.setCursor()
|
||||
self.initCursor()
|
||||
self.connected()
|
||||
|
||||
def fetchall(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue