mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Better naming
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user