[hibernate-issues] [Hibernate-JIRA] Closed: (HHH-559) quoted multi-byte character in HQL is translated into weird character in SQL.

Steve Ebersole (JIRA) noreply at atlassian.com
Mon Mar 21 13:00:58 EDT 2011


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

Steve Ebersole closed HHH-559.
------------------------------


Closing stale resolved issues

> quoted multi-byte character in HQL is translated into weird character in SQL.
> -----------------------------------------------------------------------------
>
>                 Key: HHH-559
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-559
>             Project: Hibernate Core
>          Issue Type: Bug
>         Environment: 3.0.X
>            Reporter: zhangwei
>            Assignee: Joshua Davis
>             Fix For: 3.1 beta 1
>
>          Time Spent: 1h
>  Remaining Estimate: 1h
>
> HQL:
> from User user where user.name like '%\u4e2d%'
> generated SQL:
> .... where user0_.name like '%ÖÐ%'(which seems to be '%\u00d6\u00d0%')

-- 
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