Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1.0
-
Fix Version/s: 1.1.1
-
Component/s: dbfwfilter
-
Labels:None
Description
The "wildcard" rule in FWfilter might be useful to prevent users from doing "SELECT *", but it should still be possible to do SELECT COUNT( * ), which has a very different use and very different semantics. Unfortunately, the "wildcard" rule blocks COUNT( * ). This should be changed in a future release, as there really isn't any good reason to block COUNT( * ).