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

Skip to content

Commit f2518f7

Browse files
committed
Trivial update
1 parent 3779531 commit f2518f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/core/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from thirdparty.six import unichr as _unichr
1919

2020
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
21-
VERSION = "1.4.1.45"
21+
VERSION = "1.4.1.46"
2222
TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable"
2323
TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34}
2424
VERSION_STRING = "sqlmap/%s#%s" % ('.'.join(VERSION.split('.')[:-1]) if VERSION.count('.') > 2 and VERSION.split('.')[-1] == '0' else VERSION, TYPE)
@@ -266,7 +266,7 @@
266266
PRESTO_SYSTEM_DBS = ("information_schema",)
267267

268268
MSSQL_ALIASES = ("microsoft sql server", "mssqlserver", "mssql", "ms")
269-
MYSQL_ALIASES = ("mysql", "my") + ("mariadb", "maria", "memsql")
269+
MYSQL_ALIASES = ("mysql", "my") + ("mariadb", "maria", "memsql", "tidb")
270270
PGSQL_ALIASES = ("postgresql", "postgres", "pgsql", "psql", "pg")
271271
ORACLE_ALIASES = ("oracle", "orcl", "ora", "or")
272272
SQLITE_ALIASES = ("sqlite", "sqlite3")

0 commit comments

Comments
 (0)