Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da5fff7 commit 242800cCopy full SHA for 242800c
2 files changed
lib/core/settings.py
@@ -20,7 +20,7 @@
20
from lib.core.revision import getRevisionNumber
21
22
# sqlmap version and site
23
-VERSION = "1.0.0.11"
+VERSION = "1.0.0.12"
24
REVISION = getRevisionNumber()
25
STABLE = VERSION.count('.') <= 2
26
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")
xml/errors.xml
@@ -90,7 +90,8 @@
90
<error regexp="(?i)Warning.*sybase.*"/>
91
<error regexp="Sybase message"/>
92
<error regexp="Sybase.*Server message.*"/>
93
- <error regexp=".*SybSQLException*."/>
+ <error regexp="SybSQLException"/>
94
+ <error regexp="com\.sybase\.jdbc"/>
95
</dbms>
96
97
<!-- Ingres -->
0 commit comments