2016-07-12 13:06:01 -04:00
|
|
|
;;;;;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"
|
|
|
|
|
|
2016-02-17 16:44:14 -04:00
|
|
|
queries = "INSERT|UPDATE|REPLACE|DELETE"
|
|
|
|
|
|
2016-07-12 13:06:01 -04:00
|
|
|
;;;;;Tables Settings;;;;;
|
|
|
|
|
;The following tables are restricted to be executed along with the statements defined previously.
|
|
|
|
|
;example: pmtables="PMTABLE1|PMTABLE2"
|
|
|
|
|
|
2016-02-17 16:44:14 -04:00
|
|
|
pmtables = ""
|