Minor patch for an Issue #201

This commit is contained in:
Miroslav Stampar 2012-10-15 18:01:52 +02:00
parent 048e720f69
commit 91ea8e52b7

View File

@ -49,10 +49,6 @@ class Enumeration(GenericEnumeration):
return []
def dumpAll(self):
errMsg = "on SQLite you must specify the table and columns to dump"
raise sqlmapUnsupportedFeatureException, errMsg
def searchDb(self):
warnMsg = "on SQLite it is not possible to search databases"
logger.warn(warnMsg)