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