This commit is contained in:
Miroslav Stampar 2011-10-28 15:24:35 +00:00
parent f574760c12
commit 1b45c5b56a

View File

@ -353,6 +353,7 @@ def unionUse(expression, unpack=True, dump=False):
kb.suppressResumeInfo = False
if not value:
expression = re.sub("\s*ORDER BY\s+[\w,]+", "", expression, re.I) # full inband doesn't play well with ORDER BY
value = __oneShotUnionUse(expression, unpack)
duration = calculateDeltaSeconds(start)