Allow the optional join hint to work with non-ansi joins
--------------------------------------------------------
Key: TEIID-1494
URL:
https://issues.jboss.org/browse/TEIID-1494
Project: Teiid
Issue Type: Feature Request
Components: Query Engine
Affects Versions: 7.4
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 7.4
The optional join hint currently works only in ansi joins, and then only if the table(s)
are not used in where predicates forcing unnatural on clauses.
e.g. select b.* from /*+optional*/ a, b where a.x = b.x
should still allow a to be optional.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira