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.
This message was sent by Atlassian JIRA (v6.1-OD-09-WN#6144-sha1:62dfc48)