Files
MaxScale/server/modules
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-03-22 12:11:24 +02:00
2018-09-28 12:18:24 +03:00
2019-04-25 07:45:09 +03:00
2017-02-15 09:31:14 +02:00