mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-19 12:33:20 +03:00
minor update
This commit is contained in:
parent
ae87df5670
commit
e678219a8c
|
@ -73,3 +73,7 @@ class Enumeration(GenericEnumeration):
|
||||||
logger.warn(warnMsg)
|
logger.warn(warnMsg)
|
||||||
|
|
||||||
return []
|
return []
|
||||||
|
|
||||||
|
def search(self):
|
||||||
|
warnMsg = "on Microsoft Access search option is not available"
|
||||||
|
logger.warn(warnMsg)
|
||||||
|
|
|
@ -43,3 +43,7 @@ class Enumeration(GenericEnumeration):
|
||||||
logger.warn(warnMsg)
|
logger.warn(warnMsg)
|
||||||
|
|
||||||
return []
|
return []
|
||||||
|
|
||||||
|
def search(self):
|
||||||
|
warnMsg = "on Firebird search option is not available"
|
||||||
|
logger.warn(warnMsg)
|
||||||
|
|
|
@ -267,3 +267,7 @@ class Enumeration(GenericEnumeration):
|
||||||
logger.warn(warnMsg)
|
logger.warn(warnMsg)
|
||||||
|
|
||||||
return []
|
return []
|
||||||
|
|
||||||
|
def search(self):
|
||||||
|
warnMsg = "on Sybase search option is not available"
|
||||||
|
logger.warn(warnMsg)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user