From: <leg...@at...> - 2003-08-31 07:28:27
|
Message: The following issue has been re-assigned. Assignee: (mailto:) --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-34 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-34 Summary: HQL expressions in aggregate functions Type: Improvement Status: Unassigned Priority: Major Project: Hibernate2 Assignee: Reporter: Max Rydahl Andersen Created: Sat, 3 May 2003 10:20 AM Updated: Sun, 31 Aug 2003 2:27 AM Description: HQL expressions in aggregate functions It will be useful to be able to use the expressions in aggregate functions. In Hibernate 2.0 rc1 queries like SELECT sum(o.price * o.quantity) FROM Offer AS o do not work. Generated SQL-query is correct but the number of columns in ResultSet is counted untrue. http://sourceforge.net/tracker/index.php?func=detail&aid=726691&group_id=40712&atid=428711 --------------------------------------------------------------------- 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 |