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 ",