mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-30 04:55:04 +00:00
added Firebird search test cases
This commit is contained in:
parent
e23340f002
commit
11413a0f03
2 changed files with 38 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ class Enumeration(GenericEnumeration):
|
|||
return []
|
||||
|
||||
def searchColumn(self):
|
||||
warnMsg = "on Firebird searching of columns is not implemented"
|
||||
warnMsg = "on Firebird it is not possible to search columns"
|
||||
logger.warn(warnMsg)
|
||||
|
||||
return []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue