mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Display a better message for the moment while working on support for --dump -C on MSSQL
This commit is contained in:
@@ -930,8 +930,6 @@ class Enumeration:
|
||||
return kb.data.cachedColumns
|
||||
|
||||
def dumpColumn(self):
|
||||
# TODO: adjust for MSSQL
|
||||
|
||||
if kb.dbms == "MySQL" and not kb.data.has_information_schema:
|
||||
errMsg = "information_schema not available, "
|
||||
errMsg += "back-end DBMS is MySQL < 5.0"
|
||||
|
||||
Reference in New Issue
Block a user