ParameterParser incorrectly identifies positional paramters as output parameters
--------------------------------------------------------------------------------
Key: HHH-3133
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-3133
Project: Hibernate3
Issue Type: Bug
Affects Versions: 3.2.5
Reporter: Michael Cervantes
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.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira