some more optimizations

This commit is contained in:
Miroslav Stampar
2011-11-22 10:54:29 +00:00
parent 267d67b024
commit 9697e80013
5 changed files with 24 additions and 14 deletions

View File

@@ -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: