[hibernate-issues] [Hibernate-JIRA] Created: (HHH-3133) ParameterParser incorrectly identifies positional paramters as output parameters

Michael Cervantes (JIRA) noreply at atlassian.com
Mon Feb 25 21:40:33 EST 2008


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.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list