Not directly related to this bug, but while you're at it, could you please turn the 'uniqueKeys'-Map in
org.hibernate.mapping.Table into a LinkedHashMap?
Currently, 'unique(xxx)' rows are generated in random order because of this (see rows around 560 in Table).
It would be nice to get a stable order.
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
Not directly related to this bug, but while you're at it, could you please turn the 'uniqueKeys'-Map in
org.hibernate.mapping.Table into a LinkedHashMap?
Currently, 'unique(xxx)' rows are generated in random order because of this (see rows around 560 in Table).
It would be nice to get a stable order.