From a02ec29c1565a7363b9ba26d32b66b86f875f4a0 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Tue, 30 Mar 2010 11:52:45 +0000 Subject: [PATCH] too --- lib/core/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/agent.py b/lib/core/agent.py index 0246a1ab9..19f4afe46 100644 --- a/lib/core/agent.py +++ b/lib/core/agent.py @@ -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