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 23:27:54 UTC

[jira] Updated: (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 updated CAY-1369:
-----------------------------------

    Description: 
1. Expression.toEJBQL() for likeIgnoreCase should output correct EJBQL statement, such as: upper(p.a) like upper('%b%')

(second one, "EJBQL should correctly parse upper() for literals: upper(p.a) like upper('%b%')" has been neglected as it doesn't follow EJBQL spec)

  was:
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%')


> 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%')
> (second one, "EJBQL should correctly parse upper() for literals: upper(p.a) like upper('%b%')" has been neglected as it doesn't follow EJBQL spec)

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