mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Update regarding the #5911
This commit is contained in:
parent
d4f479e7a8
commit
1de66fd7e1
7 changed files with 28 additions and 36 deletions
|
|
@ -32,7 +32,7 @@ def checkDependencies():
|
|||
elif dbmsName in (DBMS.PGSQL, DBMS.CRATEDB):
|
||||
__import__("psycopg2")
|
||||
elif dbmsName == DBMS.ORACLE:
|
||||
__import__("cx_Oracle")
|
||||
__import__("oracledb")
|
||||
elif dbmsName == DBMS.SQLITE:
|
||||
__import__("sqlite3")
|
||||
elif dbmsName == DBMS.ACCESS:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue