Minor update

This commit is contained in:
Miroslav Stampar 2016-04-08 14:59:52 +02:00
parent 814d710320
commit c9b410c97f
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ from lib.core.enums import OS
from lib.core.revision import getRevisionNumber from lib.core.revision import getRevisionNumber
# sqlmap version (<major>.<minor>.<month>.<monthly commit>) # sqlmap version (<major>.<minor>.<month>.<monthly commit>)
VERSION = "1.0.4.11" VERSION = "1.0.4.12"
REVISION = getRevisionNumber() REVISION = getRevisionNumber()
STABLE = VERSION.count('.') <= 2 STABLE = VERSION.count('.') <= 2
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev") VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")

View File

@ -56,7 +56,7 @@
<error regexp="CLI Driver.*DB2"/> <error regexp="CLI Driver.*DB2"/>
<error regexp="DB2 SQL error"/> <error regexp="DB2 SQL error"/>
<error regexp="\bdb2_\w+\("/> <error regexp="\bdb2_\w+\("/>
<error regexp="(?i)SQLSTATE.+SQLCODE"/> <error regexp="SQLSTATE.+SQLCODE"/>
</dbms> </dbms>
<!-- Informix --> <!-- Informix -->
@ -88,7 +88,7 @@
<!-- Sybase --> <!-- Sybase -->
<dbms value="Sybase"> <dbms value="Sybase">
<error regexp="(?i)Warning.*sybase.*"/> <error regexp="Warning.*sybase.*"/>
<error regexp="Sybase message"/> <error regexp="Sybase message"/>
<error regexp="Sybase.*Server message.*"/> <error regexp="Sybase.*Server message.*"/>
<error regexp="SybSQLException"/> <error regexp="SybSQLException"/>