Minor fix

This commit is contained in:
Bernardo Damele 2012-01-13 12:54:45 +00:00
parent dd295bbd4a
commit 7e560eec1f

View File

@ -216,6 +216,7 @@ SQL_STATEMENTS = {
"alter ", ), "alter ", ),
"SQL data manipulation": ( "SQL data manipulation": (
"bulk ",
"insert ", "insert ",
"update ", "update ",
"delete ", "delete ",
@ -226,7 +227,7 @@ SQL_STATEMENTS = {
"grant ", ), "grant ", ),
"SQL data execution": ( "SQL data execution": (
" exec ", "exec ",
"execute ", ), "execute ", ),
"SQL transaction": ( "SQL transaction": (