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

Skip to content

Commit c9b410c

Browse files
committed
Minor update
1 parent 814d710 commit c9b410c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/core/settings.py

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

2222
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
23-
VERSION = "1.0.4.11"
23+
VERSION = "1.0.4.12"
2424
REVISION = getRevisionNumber()
2525
STABLE = VERSION.count('.') <= 2
2626
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")

xml/errors.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<error regexp="CLI Driver.*DB2"/>
5757
<error regexp="DB2 SQL error"/>
5858
<error regexp="\bdb2_\w+\("/>
59-
<error regexp="(?i)SQLSTATE.+SQLCODE"/>
59+
<error regexp="SQLSTATE.+SQLCODE"/>
6060
</dbms>
6161

6262
<!-- Informix -->
@@ -88,7 +88,7 @@
8888

8989
<!-- Sybase -->
9090
<dbms value="Sybase">
91-
<error regexp="(?i)Warning.*sybase.*"/>
91+
<error regexp="Warning.*sybase.*"/>
9292
<error regexp="Sybase message"/>
9393
<error regexp="Sybase.*Server message.*"/>
9494
<error regexp="SybSQLException"/>

0 commit comments

Comments
 (0)