Message:
The following issue has been re-assigned.
Assignee: Gavin King (mailto:ga...@hi...)
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/hibernate/browse/HB-34
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HB-34
Summary: HQL expressions in aggregate functions
Type: Improvement
Status: Open
Priority: Major
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: Hibernate2
Components:
core
Assignee: Gavin King
Reporter: Max Rydahl Andersen
Created: Sat, 3 May 2003 10:20 AM
Updated: Wed, 13 Apr 2005 1:31 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
|