Files
MaxScale/maxscale-system-test/masking_auto_firewall.json
Johan Wikman 055b93ba1a MXS-1962 Create test for implicit masking firewall
By default, if some column should be masked, then if a function
is used in conjunction with that column, the statement should be
rejected.
2018-08-09 08:35:03 +03:00

13 lines
179 B
JSON

{
"rules": [
{
"replace": {
"column": "a"
},
"with": {
"fill": "X"
}
}
]
}