[hibernate-issues] [Hibernate-JIRA] Updated: (HHH-2045) in () result in "unexpected end of subtree"

Steve Ebersole (JIRA) noreply at atlassian.com
Fri Sep 1 09:05:24 EDT 2006


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-2045?page=all ]

Steve Ebersole updated HHH-2045:
--------------------------------

    Component: query-hql
                   (was: core)
     Priority: Minor  (was: Major)

> in () result in "unexpected end of  subtree"
> --------------------------------------------
>
>          Key: HHH-2045
>          URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-2045
>      Project: Hibernate3
>         Type: Bug

>   Components: query-hql
>     Versions: 3.2.0.cr4
>     Reporter: Max Rydahl Andersen
>     Assignee: Steve Ebersole
>     Priority: Minor

>
>
> "in ()" is a valid sql construct and works with previous versions of Hibernate. The new parser throws an "unexpected end of subtree".
> example:
> from Animal an where an.id in ()
> or
> from Animal an where an.id in (:list)
> and input list is an empty list.
> Is this the behavior we want from now on or ?

-- 
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