[hibernate-issues] [Hibernate-JIRA] Closed: (HHH-998) Portable escape sequence in like style strings

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


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

Steve Ebersole closed HHH-998.
------------------------------


Closing stale resolved issues

> Portable escape sequence in like style strings
> ----------------------------------------------
>
>                 Key: HHH-998
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-998
>             Project: Hibernate Core
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 3.1 beta 2
>            Reporter: Emmanuel Bernard
>            Priority: Minor
>
> It seems that DB has different escape sequence for the % character in like strings
> from User u where u.name like 'Luc%'
> We should add an abstraction to the Dialect and define some unified escape sequence like \  from User u where u.name like 'Luc\%'

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