[
https://issues.redhat.com/browse/TEIID-5946?page=com.atlassian.jira.plugi...
]
Steven Hawkins commented on TEIID-5946:
---------------------------------------
A general issue here is that our syntax for column grants is pretty non-standard. It
follows the old data roles paradigm of specifying a fully-qualified name, rather than
separating out the table and column components.
GRANT ... ON COLUMN x.y.z
vs
GRANT ... (z) ON TABLE x.y
I'm not sure I'll address that yet.
condition support for masks needs restored
------------------------------------------
Key: TEIID-5946
URL:
https://issues.redhat.com/browse/TEIID-5946
Project: Teiid
Issue Type: Bug
Components: Query Engine
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Major
Fix For: 14.0, 13.1.1
Cleanup in TEIID-4770 TEIID-4771 removed the ability to set a condition with a mask -
more than likely to avoid specifying whether the condition was a constraint. That should
be added back.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)