]
Strong Liu reassigned HHH-3133:
-------------------------------
Assignee: Strong Liu
ParameterParser incorrectly identifies positional paramters as output
parameters
--------------------------------------------------------------------------------
Key: HHH-3133
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-3133
Project: Hibernate Core
Issue Type: Bug
Affects Versions: 3.2.5
Reporter: Michael Cervantes
Assignee: Strong Liu
Any HQL that references a property with the text "call" in it will throw off
the parser. For instance:
<i>FROM Cdr WHERE account.id = ? AND callStart >= ? AND callStart <
?</i>
kept giving me ordinal parameter errors because "callStart" tricks the parser
into thinking there's an output parameter.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: