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

Thom Hehl (JIRA) noreply at atlassian.com
Fri Mar 16 16:37:48 EDT 2012


Subselect throws Unexpected End of Subtree
------------------------------------------

                 Key: HHH-7182
                 URL: https://hibernate.onjira.com/browse/HHH-7182
             Project: Hibernate ORM
          Issue Type: Bug
          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