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

>Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Cristian Carstoiu (carstoiuc)
>Assigned to: Nobody/Anonymous (nobody)
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.)




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

>Comment By: Max R. Andersen (maxcsaucdk)
Date: 2003-02-14 13:44

Message:
Logged In: YES 
user_id=18119

Just changing this to not point at codegen as this has to do 
with SQL generation (not source code generation) :)




And do you have an stack trace ? mapping.xml ? etc..


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

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