Added a note to the dbfwfilter about multi-statements not being supported.
This commit is contained in:
		@ -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
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user