
The fwf test now only tests the functionality of the rules themselves, not the parsing. The fwf_syntax test handles the testing of the parser. The fwf2 test was removed as it was almost identical with the original fwf test.
6 lines
258 B
Plaintext
6 lines
258 B
Plaintext
rule test1 deny function sum avg on_queries select
|
|
rule test2 deny function my_function on_queries select
|
|
rule test3 deny function = >= <= != <> on_queries select
|
|
rule test4 deny function `function` `insert`
|
|
users %@% match any rules test1 test2 test3 test4
|