[hibernate-issues] [Hibernate-JIRA] Closed: (HHH-4862) quoted column/alias names not properly handled in org.hibernate.loader.EntityAliases

Steve Ebersole (JIRA) noreply at atlassian.com
Thu Jan 28 17:05:29 EST 2010


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-4862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Ebersole closed HHH-4862.
-------------------------------

    Resolution: Fixed

> quoted column/alias names not properly handled in org.hibernate.loader.EntityAliases
> ------------------------------------------------------------------------------------
>
>                 Key: HHH-4862
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4862
>             Project: Hibernate Core
>          Issue Type: Bug
>          Components: core, query-sql
>    Affects Versions: 3.5.0-Beta-3
>            Reporter: Steve Ebersole
>            Assignee: Steve Ebersole
>             Fix For: 3.5.0-Beta-4
>
>          Time Spent: 1 day, 3 hours, 45 minutes
>  Remaining Estimate: 0 minutes
>
> org.hibernate.loader.EntityAliases is used to define the aliases Hibernate will use to extract values out of result sets.  There are cases where it is given quoted names, which is does not handle at all.  It needs to strip off the quoting character before trying to pass it to the ResultSet.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list