Skip to content

Commit 91ea8e5

Browse files
committed
Minor patch for an Issue sqlmapproject#201
1 parent 048e720 commit 91ea8e5

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

plugins/dbms/sqlite/enumeration.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ def getDbs(self):
4949

5050
return []
5151

52-
def dumpAll(self):
53-
errMsg = "on SQLite you must specify the table and columns to dump"
54-
raise sqlmapUnsupportedFeatureException, errMsg
55-
5652
def searchDb(self):
5753
warnMsg = "on SQLite it is not possible to search databases"
5854
logger.warn(warnMsg)

0 commit comments

Comments
 (0)