You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Alice Chen (JIRA)" <ji...@apache.org> on 2015/07/22 20:17:45 UTC

[jira] [Created] (TRAFODION-670) LP Bug: 1376894 - Grant component privilege fails with syntax error with reserved words as priv_name

Alice Chen created TRAFODION-670:
------------------------------------

             Summary: LP Bug: 1376894 - Grant component privilege fails with syntax error with reserved words as priv_name
                 Key: TRAFODION-670
                 URL: https://issues.apache.org/jira/browse/TRAFODION-670
             Project: Apache Trafodion
          Issue Type: Bug
          Components: sql-security
            Reporter: Paul Low
            Assignee: Cliff Gray
             Fix For: 0.9 (pre-incubation)


The following statements return syntax errors:

GRANT COMPONENT PRIVILEGE DROP
ON SQL_OPERATIONS TO PUBLIC;

GRANT COMPONENT PRIVILEGE “DROP”
ON SQL_OPERATIONS TO PUBLIC;

GRANT COMPONENT PRIVILEGE CREATE
ON SQL_OPERATIONS TO PUBLIC;

GRANT COMPONENT PRIVILEGE ALTER
ON SQL_OPERATIONS TO PUBLIC;



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)