[hibernate-issues] [Hibernate-JIRA] Created: (HHH-6585) 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

Adam Dziedzic (JIRA) noreply at atlassian.com
Wed Aug 17 14:44:02 EDT 2011


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

        


More information about the hibernate-issues mailing list