You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Andrey Razumovsky (JIRA)" <ji...@apache.org> on 2010/01/21 10:59:55 UTC

[jira] Closed: (CAY-1369) EJBQL: Fix likeIgnoreCase issues

     [ https://issues.apache.org/jira/browse/CAY-1369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrey Razumovsky closed CAY-1369.
----------------------------------

    Resolution: Fixed

> EJBQL: Fix likeIgnoreCase issues
> --------------------------------
>
>                 Key: CAY-1369
>                 URL: https://issues.apache.org/jira/browse/CAY-1369
>             Project: Cayenne
>          Issue Type: Bug
>    Affects Versions: 3.0RC1
>            Reporter: Andrey Razumovsky
>            Assignee: Andrey Razumovsky
>             Fix For: 3.0RC2
>
>
> 1. Expression.toEJBQL() for likeIgnoreCase should output correct EJBQL statement, such as: upper(p.a) like upper('%b%')
> 2. EJBQL should correctly parse upper() for literals: upper(p.a) like upper('%b%')

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.