Added a note to the dbfwfilter about multi-statements not being supported.

This commit is contained in:
Markus Makela 2015-04-02 16:49:27 +03:00
parent fa7e0ea7c0
commit 797944649f

View File

@ -1,7 +1,7 @@
#Database Firewall filter
## Overview
The database firewall filter is used to block queries that match a set of rules. It can be used to prevent harmful queries from reaching the backend database instances or to limit access to the database based on a more flexible set of rules compared to the traditional GRANT-based privilege system.
The database firewall filter is used to block queries that match a set of rules. It can be used to prevent harmful queries from reaching the backend database instances or to limit access to the database based on a more flexible set of rules compared to the traditional GRANT-based privilege system. Currently the filter does not support multi-statements.
## Configuration