Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.1.0
-
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( * ).