2011/12/1 cidico <[email protected]>:
> Hi,
>
> I'm using HQL to build a query and I found that NHibernate is cutting off my
> precedente orders.
>


Hmm... Have you tried with an expression where the parentheses matter
for precedence? I'm not sure, but I'm thinking that the parentheses
are removed when the expression is parsed as an abstract syntax tree
(since precedence would be encoded in the tree structure), and then
put back in the SQL only for the cases where it matters.

/Oskar

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en.

Reply via email to