You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Jazarine Jamal (JIRA)" <ji...@apache.org> on 2008/02/13 19:13:09 UTC

[jira] Updated: (DERBY-1824) Permission/privlege names in exceptions should be in upper case as keywords, not lower case.

     [ https://issues.apache.org/jira/browse/DERBY-1824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jazarine Jamal updated DERBY-1824:
----------------------------------

    Attachment: DERBY1824.diff

I made changes to java/engine/org/apache/derby/iapi/sql/dictionary/StatementTablePermission.java

The diff file has been attached. Please have look.

I am running the junit tests for this fix.

> 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
>         Attachments: DERBY1824.diff
>
>
> 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.