]
Steven Hawkins updated TEIID-43:
--------------------------------
Fix Version/s: 7.4
(was: 8.x)
Affects Version/s: 6.0.0
(was: 8.x)
command deterministic subqueries without from clauses should be
merged if possible
----------------------------------------------------------------------------------
Key: TEIID-43
URL:
https://issues.jboss.org/browse/TEIID-43
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 6.0.0
Reporter: Steven Hawkins
Priority: Optional
Fix For: 7.4
Defect Tracker #24752: command deterministic subqueries without from clauses should be
merged if possible:
i.e. select e1, a from pm1.g1, (select 1 a) x <=> select e1, 1 from pm1.g1
i.e. select e1, (select 1 a) from pm1.g1 <=> select e1, 1 from pm1.g1
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: