[
https://issues.apache.org/jira/browse/DERBY-1824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12567291#action_12567291
]
Jazarine Jamal commented on DERBY-1824:
---------------------------------------
I tried reproducing this error.
I created two users and created a table for one of the user ME.
I revoked the select privilege from the second user.
i got the same error but with a different error code:ERROR 42502.
This is the error message that i got:
ERROR 42502: User 'ME2' does not have select permission on column 'SS' of table
'ME'.'METEST'.
Is this is the same error or different?
> Permission/privlege names in exceptions should be in upper case as keywords,
> not lower case.
> --------------------------------------------------------------------------------------------
>
> Key: DERBY-1824
> URL: https://issues.apache.org/jira/browse/DERBY-1824
> Project: Derby
> Issue Type: Improvement
> Components: SQL
> Reporter: Daniel John Debrunner
> Assignee: Jazarine Jamal
> Priority: Minor
>
> E.g.
> ERROR 28508: User 'MAMTA3' does not have select permission on column 'C111'
> of table 'MAMTA2'.'V21VIEWTEST'.
> should be
> ERROR 28508: User 'MAMTA3' does not have SELECT permission on column 'C111'
> of table 'MAMTA2'.'V21VIEWTEST'.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.