Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c968f9 commit dd082efCopy full SHA for dd082ef
2 files changed
lib/core/settings.py
@@ -19,7 +19,7 @@
19
from lib.core.revision import getRevisionNumber
20
21
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22
-VERSION = "1.0.7.2"
+VERSION = "1.0.7.3"
23
REVISION = getRevisionNumber()
24
STABLE = VERSION.count('.') <= 2
25
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")
xml/errors.xml
@@ -65,6 +65,7 @@
65
<!-- Informix -->
66
<dbms value="Informix">
67
<error regexp="Exception.*Informix"/>
68
+ <error regexp="Informix ODBC Driver"/>
69
</dbms>
70
71
<!-- Interbase/Firebird -->
0 commit comments