This commit is contained in:
Miroslav Stampar 2010-12-22 12:16:04 +00:00
parent c89021f0bb
commit 8212b7b745

View File

@ -523,6 +523,9 @@ class Agent:
if comment is None:
comment = kb.unionComment
if query.startswith("SELECT "):
query = query[len("SELECT "):]
inbandQuery = self.prefixQuery("UNION ALL SELECT ")
if query.startswith("TOP"):