Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e1d7641

Browse files
committed
Good for different generic OleDB-alike connectors
1 parent 6b0951d commit e1d7641

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from lib.core.revision import getRevisionNumber
2020

2121
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22-
VERSION = "1.0.7.11"
22+
VERSION = "1.0.7.12"
2323
REVISION = getRevisionNumber()
2424
STABLE = VERSION.count('.') <= 2
2525
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")

xml/errors.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
<error regexp="JET Database Engine"/>
4747
<error regexp="Access Database Engine"/>
4848
<error regexp="ODBC Microsoft Access"/>
49+
<error regexp="Syntax error \(missing operator\) in query expression"/>
4950
</dbms>
5051

5152
<!-- Oracle -->

0 commit comments

Comments
 (0)