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 6b0951d commit e1d7641Copy full SHA for e1d7641
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.11"
+VERSION = "1.0.7.12"
23
REVISION = getRevisionNumber()
24
STABLE = VERSION.count('.') <= 2
25
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")
xml/errors.xml
@@ -46,6 +46,7 @@
46
<error regexp="JET Database Engine"/>
47
<error regexp="Access Database Engine"/>
48
<error regexp="ODBC Microsoft Access"/>
49
+ <error regexp="Syntax error \(missing operator\) in query expression"/>
50
</dbms>
51
52
<!-- Oracle -->
0 commit comments