[
https://issues.apache.org/jira/browse/DERBY-1824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12568172#action_12568172
]
Jazarine Jamal commented on DERBY-1824:
---------------------------------------
I made some changes in the StatementTablePermission.java...in the function
getPrivName.
In the function, there are the privlege names in lowercase. I changed them to
UPPERCASE.
I build the code and then tested it with the ij tool.
The required change is found.
I'm doing the junit functional tests for this now.
Please comment.
> 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.