Files
MaxScale/Documentation
Johan Wikman 279edce16e MXS-2457 Add treat_string_as_field to firewall
Necessary if the firewall should be able to block columns when
'ANSI_QUOTES' as enabled and " instead of backticks are used.

Without this, the following

    > set @@sql_mode='ANSI_QUOTES';
    > select "ssn" from person;

will not be blocked if the database firewall has been configured
to block the column ssn.
2019-05-03 13:38:12 +03:00
..
2019-04-24 12:51:32 +03:00
2019-02-13 13:37:42 +02:00
2019-04-23 11:17:01 +03:00
2018-07-12 19:38:40 +03:00
2015-03-24 07:33:51 +02:00
2018-09-10 15:01:29 +03:00
2017-10-30 11:01:19 +02:00
2015-03-24 07:33:51 +02:00
2018-09-10 15:01:29 +03:00