From 9212b05eeba9c85d963fcdd4dc81e7185a54d3a8 Mon Sep 17 00:00:00 2001 From: Meatballs Date: Mon, 24 Jun 2013 15:01:44 +0100 Subject: [PATCH] Add call to execute statements --- lib/core/dicts.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/core/dicts.py b/lib/core/dicts.py index 215675c83..cadc1d8a4 100644 --- a/lib/core/dicts.py +++ b/lib/core/dicts.py @@ -190,7 +190,8 @@ SQL_STATEMENTS = { "SQL data execution": ( "exec ", "execute ", - "values ", ), + "values ", + "call ", ), "SQL transaction": ( "start transaction ",