This commit is contained in:
Miroslav Stampar 2010-03-30 11:52:45 +00:00
parent c9c9c1fb2f
commit a02ec29c15

View File

@ -50,7 +50,7 @@ class Agent:
elif query.startswith(" UNION ALL "):
query = query.replace(" UNION ALL ", "", 1)
elif query.startswith("; "):
query = query.replace("; ", "")
query = query.replace("; ", "", 1)
return query