Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.4.8
-
Component/s: dbfwfilter, Filter, qc_sqlite
-
Labels:None
-
Sprint:MXS-SPRINT-101
Description
I've noticed that queries with DIV function produces an error
The statement could not be fully parsed and will hence be rejected (masking filter).
|
The query is:
select UNIX_TIMESTAMP() DIV 20; |
The error produces when filters (Column-Masking and/or Firewall-Blacklist) are enabled, but it works when no filters are enabled.