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

Skip to content

Commit 5ed3cdc

Browse files
committed
Minor update
1 parent e07c92b commit 5ed3cdc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

lib/core/settings.py

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

2121
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22-
VERSION = "1.0.4.20"
22+
VERSION = "1.0.4.21"
2323
REVISION = getRevisionNumber()
2424
STABLE = VERSION.count('.') <= 2
2525
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")

xml/errors.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<error regexp="Warning.*mysql_.*"/>
88
<error regexp="MySqlException \(0x"/>
99
<error regexp="valid MySQL result"/>
10+
<error regexp="check the manual that corresponds to your MySQL server version"/>
1011
<error regexp="MySqlClient\."/>
1112
<error regexp="com\.mysql\.jdbc\.exceptions"/>
1213
</dbms>

0 commit comments

Comments
 (0)