Add call to execute statements

This commit is contained in:
Meatballs 2013-06-24 15:01:44 +01:00
parent b886e47b6d
commit 9212b05eeb

View File

@ -190,7 +190,8 @@ SQL_STATEMENTS = {
"SQL data execution": (
"exec ",
"execute ",
"values ", ),
"values ",
"call ", ),
"SQL transaction": (
"start transaction ",