Icon View Incident Report

Serious Serious
Reported By: Doug Lyman
Reported On: 8/11/2016
For: Version 2.24 Build 2
# 4427 REVOKE ALL Statement Does Not Work on Database Objects Like Tables and Views

I'm observing the following:

revoke all privileges on table "client" from "LAWDEMO"! -- does not work (no privileges removed) if role Public has privileges

revoke select,update,insert,delete on table "client" from "LAWDEMO"! -- does not work (no privileges removed) if role Public has privileges

revoke select,update,insert,delete on table "client" from "Public"! -- works

revoke all privileges on table "client" from "Public"! -- does not work (no privileges removed)

grant all privileges on table "client" to "Public"! -- works


Comments Comments and Workarounds
The ALL keyword was not being handled properly. This was *not* an issue with session-level objects, only database-level objects, and the workaround was to specify the privileges individually.


Resolution Resolution
Fixed Problem on 8/15/2016 in version 2.24 build 3


Products Affected Products Affected
ElevateDB Additional Software and Utilities
ElevateDB DAC Client-Server
ElevateDB DAC Client-Server with Source
ElevateDB DAC Standard
ElevateDB DAC Standard with Source
ElevateDB DAC Trial
ElevateDB LCL Standard with Source
ElevateDB PHP Standard
ElevateDB PHP Standard with Source
ElevateDB PHP Trial
ElevateDB VCL Client-Server
ElevateDB VCL Client-Server with Source
ElevateDB VCL Standard
ElevateDB VCL Standard with Source
ElevateDB VCL Trial

Image