diff --git a/workflow/engine/config/execute-query-blacklist.ini b/workflow/engine/config/execute-query-blacklist.ini index d2f7cfb57..0a745b92f 100755 --- a/workflow/engine/config/execute-query-blacklist.ini +++ b/workflow/engine/config/execute-query-blacklist.ini @@ -1,6 +1,15 @@ -;The separator parameter is | -;Setting statements - Statements can not allowed in the execution, example queries="INSERT|UPDATE|REPLACE|DELETE" +;;;;;ExecuteQuery Blacklist Configuration File;;;;; + +;The statement delimiter is "|" + +;;;;;Statements Settings;;;;; +;The following are statements that are not allowed to be executed +;example: queries="INSERT|UPDATE|REPLACE|DELETE" + queries = "INSERT|UPDATE|REPLACE|DELETE" -;Setting tables - Tables that can not apply sentences, pmtables="PMTABLE1|PMTABLE2" +;;;;;Tables Settings;;;;; +;The following tables are restricted to be executed along with the statements defined previously. +;example: pmtables="PMTABLE1|PMTABLE2" + pmtables = "" \ No newline at end of file