We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a38b3e3 commit 5e059abCopy full SHA for 5e059ab
lib/utils/deps.py
@@ -39,6 +39,8 @@ def checkDependencies():
39
import pyodbc
40
elif dbmsName == DBMS.FIREBIRD:
41
import kinterbasdb
42
+ elif dbmsName == DBMS.DB2:
43
+ import ibm_db_dbi
44
except ImportError:
45
warnMsg = "sqlmap requires '%s' third-party library " % data[1]
46
warnMsg += "in order to directly connect to the database "
0 commit comments