native SQL query: 'select car.name, user.name ... ' in hibernate native SQL
queryNativeSql.list() returns in all rows the same values of names for cars and users,
although these name are different, of course. My bypass: select car.name AS car,
user.name
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: HHH-6585
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-6585
Project: Hibernate Core
Issue Type: Bug
Components: query-sql
Reporter: Adam Dziedzic
Priority: Critical
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira