Bugs item #686509, was opened at 2003-02-14 14:11
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=428708&aid=686509&group_id=40712

Category: codegen
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Cristian Carstoiu (carstoiuc)
Assigned to: Max R. Andersen (maxcsaucdk)
Summary: Bad SQL codegen ie: select sum(p.price * c.value)

Initial Comment:
Example as follows:
select sum(c.value * p.price), sum(c.value) from ...

the SQL code generated looks ok, but after the last 
parameter of the SQL, the code is trying to search for 
the third parameter (at least one over your total number 
of params.)




----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=428708&aid=686509&group_id=40712


-------------------------------------------------------
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


Reply via email to