mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
some more optimizations
This commit is contained in:
@@ -1564,7 +1564,6 @@ class Enumeration:
|
||||
|
||||
try:
|
||||
kb.dumpMode = True
|
||||
#conf.hashDB.beginTransaction()
|
||||
|
||||
if not safeSQLIdentificatorNaming(conf.db) in kb.data.cachedColumns \
|
||||
or safeSQLIdentificatorNaming(tbl, True) not in \
|
||||
@@ -1789,7 +1788,6 @@ class Enumeration:
|
||||
|
||||
finally:
|
||||
kb.dumpMode = False
|
||||
#conf.hashDB.endTransaction()
|
||||
|
||||
def dumpAll(self):
|
||||
if conf.db is not None and conf.tbl is None:
|
||||
|
||||
Reference in New Issue
Block a user