From: <leg...@at...> - 2003-11-26 15:58:48
|
Message: A new issue has been created in JIRA. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-502 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-502 Summary: group by clause in subselect Type: Bug Status: Unassigned Priority: Major Project: Hibernate2 Versions: 2.0.2 Assignee: Reporter: Jo Droogmans Created: Wed, 26 Nov 2003 9:56 AM Updated: Wed, 26 Nov 2003 9:56 AM Environment: Hibernate 2.0.2 Database Informix (any database that supports correlated subselects) Description: HQL does not support a group by clause in a correlated subselect e.g. select o1.objid from object o1 where o1.property1 in (select o2.property1 from object o2 where o1 = 02 group by 02.property1) --------------------------------------------------------------------- JIRA INFORMATION: 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 If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |