From: Steve E. (JIRA) <no...@at...> - 2005-10-14 21:12:14
|
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-1050?page=all ] Steve Ebersole updated HHH-1050: -------------------------------- Environment: Description: Add the ability to define unions in HQL. Support will be initially limited to only: 1) scalar queries : select id from Animal union select id from Car 2) the same entity : from Animal where ... union from Animal where ... Support both UNION and UNION ALL was: Add the ability to define unions in HQL. Support will be initially limited to only: 1) scalar queries : select id from Animal union select id from Car 2) the same entity : from Animal where ... union from Animal where ... Support both UNION and UNION ALL Fix Version: 3.1.2 > HQL Unions > ---------- > > Key: HHH-1050 > URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1050 > Project: Hibernate3 > Type: New Feature > Components: core > Reporter: Steve Ebersole > Assignee: Steve Ebersole > Fix For: 3.1.2 > > > Add the ability to define unions in HQL. Support will be initially limited to only: > 1) scalar queries : select id from Animal union select id from Car > 2) the same entity : from Animal where ... union from Animal where ... > Support both UNION and UNION ALL -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |