[
https://issues.apache.org/jira/browse/TORQUE-187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thomas Fox closed TORQUE-187.
-----------------------------
> Allow joins with subselects in the FROM clause
> ----------------------------------------------
>
> Key: TORQUE-187
> URL: https://issues.apache.org/jira/browse/TORQUE-187
> Project: Torque
> Issue Type: New Feature
> Components: Runtime
> Affects Versions: 4.0-beta1
> Reporter: Thomas Vandahl
> Assignee: Thomas Fox
> Fix For: 4.0-beta1
>
>
> It shall be possible to execute statements like
> SELECT * FROM table1, (SELECT * FROM table2 WHERE xxx) t2 WHERE table1.id =
> t2.id
> (I know this example can be rewritten as a simple join, the actual use case
> is more complicated)
> In the case of the Criteria object, this would suggest a call sequence like
> criteria.addAlias("t2", subCriteria);
> criteria.addJoin("t2.id", Table1Peer.ID);
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]