[hibernate-issues] [Hibernate-JIRA] Resolved: (HHH-3133) ParameterParser incorrectly identifies positional paramters as output parameters
Strong Liu (JIRA)
noreply at atlassian.com
Thu Oct 13 12:42:19 EDT 2011
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-3133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Strong Liu resolved HHH-3133.
-----------------------------
Resolution: Duplicate
> 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
>
> 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: http://www.atlassian.com/software/jira
More information about the hibernate-issues
mailing list