From 7e560eec1f6286bef8a26b62023975c50932bb0a Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Fri, 13 Jan 2012 12:54:45 +0000 Subject: [PATCH] Minor fix --- lib/core/settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/core/settings.py b/lib/core/settings.py index 1f7f3f613..02fc9b6cb 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -216,6 +216,7 @@ SQL_STATEMENTS = { "alter ", ), "SQL data manipulation": ( + "bulk ", "insert ", "update ", "delete ", @@ -226,7 +227,7 @@ SQL_STATEMENTS = { "grant ", ), "SQL data execution": ( - " exec ", + "exec ", "execute ", ), "SQL transaction": (