|
In general, the new functionality of 10.2 is an issue for the parser, which will not be able to parse e.g. selects using window functions properly.
However, in general, but for the database firewall, neither filters nor routers are affected.
The database firewall is affected in two ways:
- As the database firewall blocks all statements that can not be parsed completely, e.g. all selects using window functions will be blocked.
- The parser parses WITH statements correctly, but fails to report variables and functions referred to in the SELECT of the WITH clause. Consequently, it will not block a WITH statement where the WITH clause refers to forbidden columns.
|