[teiid-issues] [JBoss JIRA] (TEIID-2167) Permissions should also specify object type

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Tue Aug 28 08:31:14 EDT 2012


Steven Hawkins created TEIID-2167:
-------------------------------------

             Summary: Permissions should also specify object type
                 Key: TEIID-2167
                 URL: https://issues.jboss.org/browse/TEIID-2167
             Project: Teiid
          Issue Type: Quality Risk
          Components: Query Engine
            Reporter: Steven Hawkins
            Assignee: Steven Hawkins


Teiid permissions only specify a resource name.  However it is possible to have to have conflicting schema/table (since we are using non-sql safe unquoted names) or table/procedure names.

Ideally we would use proper sql names (this is true everywhere, not just in permissions) and specify the object type (TABLE, PROCEDURE, SCHEMA, LANGUAGE, FUNCTION, etc.).  This would also allow us to have a more standard USAGE permission, rather than something like LANGUAGE, which is used to convey the permission and object type.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list