mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
minor update
This commit is contained in:
@@ -33,13 +33,13 @@ class Enumeration(GenericEnumeration):
|
||||
return []
|
||||
|
||||
def searchTable(self):
|
||||
warnMsg = "on Firebird it is not possible to search tables"
|
||||
warnMsg = "on Firebird searching of tables is not implemented"
|
||||
logger.warn(warnMsg)
|
||||
|
||||
return []
|
||||
|
||||
def searchColumn(self):
|
||||
warnMsg = "on Firebird it is not possible to search columns"
|
||||
warnMsg = "on Firebird searching of columns is not implemented"
|
||||
logger.warn(warnMsg)
|
||||
|
||||
return []
|
||||
|
||||
Reference in New Issue
Block a user