[hibernate-issues] [Hibernate-JIRA] Updated: (HHH-7182) Subselect throws Unexpected End of Subtree

Steve Ebersole (JIRA) noreply at atlassian.com
Fri Mar 16 21:44:48 EDT 2012


     [ https://hibernate.onjira.com/browse/HHH-7182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Ebersole updated HHH-7182:
--------------------------------

        Labels:   (was: HQL)
    Issue Type: New Feature  (was: Bug)

> Subselect throws Unexpected End of Subtree
> ------------------------------------------
>
>                 Key: HHH-7182
>                 URL: https://hibernate.onjira.com/browse/HHH-7182
>             Project: Hibernate ORM
>          Issue Type: New Feature
>          Components: query-hql
>    Affects Versions: 3.6.0
>         Environment: Running against HSQLDB 2.0.1-rc3
>            Reporter: Thom Hehl
>
> I feel the following queries, which are valid SQL should be valid HQL.
> SELECT (SELECT 1)
> SELECT (SELECT 1), (SELECT 2)
> But instead they throw:
> 3157 [main] ERROR org.hibernate.hql.PARSER - <AST>:0:0: unexpected end of subtree
> Thanks.

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