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

Skip to content

Commit 242800c

Browse files
committed
Minor update related to the #1740
1 parent da5fff7 commit 242800c

2 files changed

Lines changed: 3 additions & 2 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 and site
23-
VERSION = "1.0.0.11"
23+
VERSION = "1.0.0.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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@
9090
<error regexp="(?i)Warning.*sybase.*"/>
9191
<error regexp="Sybase message"/>
9292
<error regexp="Sybase.*Server message.*"/>
93-
<error regexp=".*SybSQLException*."/>
93+
<error regexp="SybSQLException"/>
94+
<error regexp="com\.sybase\.jdbc"/>
9495
</dbms>
9596

9697
<!-- Ingres -->

0 commit comments

Comments
 (0)