no permission for SELECT access to TABLE PLG$SRP in newer snapshot
------------------------------------------------------------------

                 Key: CORE-5841
                 URL: http://tracker.firebirdsql.org/browse/CORE-5841
             Project: Firebird Core
          Issue Type: Bug
          Components: Engine
    Affects Versions: 3.0.4
         Environment: WI-V3.0.4.32985 Firebird 3.0
            Reporter: Karol Bieniaszewski


Something was broken recently.

Below sql is working under 
WI-V3.0.4.32954 Firebird 3.0

but cause an error under 
WI-V3.0.4.32972 Firebird 3.0 

and current snapshot 
WI-V3.0.4.32985 Firebird 3.0
------------------------------------------------------------------------------

find/display record error

no permission for SELECT access to TABLE PLG$SRP.

------------------------------------------------------------------------------
SELECT
U.SEC$USER_NAME
, (SELECT UA.SEC$VALUE FROM SEC$USER_ATTRIBUTES UA WHERE 
UA.SEC$USER_NAME=U.SEC$USER_NAME AND UA.SEC$KEY='DYR_ID') AS GID
, (SELECT UA.SEC$VALUE FROM SEC$USER_ATTRIBUTES UA WHERE 
UA.SEC$USER_NAME=U.SEC$USER_NAME AND UA.SEC$KEY='PRAC_ID') AS UID
FROM
SEC$USERS U
WHERE
U.SEC$USER_NAME=CURRENT_USER

-----------------------------------------------------------------------------

this core can be releated to CORE-5827

For me, this is a blocking issue.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to