Issue Type: Bug Bug
Affects Versions: 3.6.9
Assignee: Unassigned
Components: query-hql
Created: 24/Sep/12 8:21 AM
Description:

When I do a HQL query as:

SELECT count FROM table WHERE property = 'value'

and right afterwards I do:

FROM table WHERE property = 'value' ORDER BY other.property

the resulting rows won't be ordered if I activate cashing and use the same query-cash-region. If I include the ORDER BY clause to the first statement, everything is fine.

Environment: Oracle
Project: Hibernate ORM
Priority: Major Major
Reporter: Rafael Winterhalter
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira