File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020from 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 "
2424REVISION = getRevisionNumber ()
2525STABLE = VERSION .count ('.' ) <= 2
2626VERSION_STRING = "sqlmap/%s#%s" % (VERSION , "stable" if STABLE else "dev" )
Original file line number Diff line number Diff line change 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 -->
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" />
You can’t perform that action at this time.
0 commit comments