minor update

This commit is contained in:
Miroslav Stampar
2011-06-27 21:48:26 +00:00
parent 831f083223
commit 4be55c811f
2 changed files with 5 additions and 1 deletions

View File

@@ -253,6 +253,9 @@ def resumeConfKb(expression, url, value):
infoMsg += "files directory '%s' from session file" % conf.tmpPath
logger.info(infoMsg)
elif conf.freshQueries:
pass
elif expression == "TABLE_EXISTS" and url == conf.url:
table = unSafeFormatString(value[:-1])
split = '..' if Backend.getIdentifiedDbms() in (DBMS.MSSQL, DBMS.SYBASE) else '.'