You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Øyvind Harboe (JIRA)" <ji...@apache.org> on 2010/01/05 13:36:54 UTC

[jira] Created: (CAY-1356) ASTLikeIgnoreCase does not support collections

ASTLikeIgnoreCase does not support collections
----------------------------------------------

                 Key: CAY-1356
                 URL: https://issues.apache.org/jira/browse/CAY-1356
             Project: Cayenne
          Issue Type: Bug
          Components: Cayenne Core Library
    Affects Versions: 3.0
            Reporter: Øyvind Harboe
         Attachments: ASTLikeIgnoreCase.java

ASTLikeIgnoreCase does not work on objects in memory when comparing against a collection.

When doing the same in an SQL query it works fine.

Using svn revision: 896016



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


[jira] Updated: (CAY-1356) ASTLikeIgnoreCase does not support collections

Posted by "Øyvind Harboe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAY-1356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Øyvind Harboe updated CAY-1356:
-------------------------------

    Attachment: fixlikeignorecasecollection.txt

Same as a patch

> ASTLikeIgnoreCase does not support collections
> ----------------------------------------------
>
>                 Key: CAY-1356
>                 URL: https://issues.apache.org/jira/browse/CAY-1356
>             Project: Cayenne
>          Issue Type: Bug
>          Components: Cayenne Core Library
>    Affects Versions: 3.0
>            Reporter: Øyvind Harboe
>         Attachments: ASTLikeIgnoreCase.java, fixlikeignorecasecollection.txt
>
>
> ASTLikeIgnoreCase does not work on objects in memory when comparing against a collection.
> When doing the same in an SQL query it works fine.
> Using svn revision: 896016

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


[jira] Updated: (CAY-1356) ASTLikeIgnoreCase does not support collections

Posted by "Øyvind Harboe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAY-1356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Øyvind Harboe updated CAY-1356:
-------------------------------

    Attachment: ASTLikeIgnoreCase.java

Modified ASTLikeIgnoreCase.java that adds support for filtering against collections

> ASTLikeIgnoreCase does not support collections
> ----------------------------------------------
>
>                 Key: CAY-1356
>                 URL: https://issues.apache.org/jira/browse/CAY-1356
>             Project: Cayenne
>          Issue Type: Bug
>          Components: Cayenne Core Library
>    Affects Versions: 3.0
>            Reporter: Øyvind Harboe
>         Attachments: ASTLikeIgnoreCase.java
>
>
> ASTLikeIgnoreCase does not work on objects in memory when comparing against a collection.
> When doing the same in an SQL query it works fine.
> Using svn revision: 896016

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