You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Andrus Adamchik (JIRA)" <ji...@apache.org> on 2010/03/28 16:13:27 UTC

[jira] Updated: (CAY-1408) Improve Expression.toEJBQL() handling of non-String scalar parameters

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

Andrus Adamchik updated CAY-1408:
---------------------------------

    Description: 
This disucssion has originally started under CAY-1111 (there are some untested patches attached) and also on the mailing list ( http://markmail.org/message/jfopksclou3hqa7j ). The idea is to replace naive toEJBQL conversion of scalars using 'toString()' with a different method, that would pass scalars as paramaters:

Expression.toEJBQL(String rootId, Map parametersCallback); 



  was:
This disucssion has originally started under CAY-1111 (there are some untested patches attached) and also on the mailing list ( http://markmail.org/message/jfopksclou3hqa7j ). The idea is that to replace naive toEJBQL conversion of scalars using 'toString()' with a different method, that would pass scalars as paramaters:

Expression.toEJBQL(String rootId, Map parametersCallback); 




> Improve Expression.toEJBQL() handling of non-String scalar parameters
> ---------------------------------------------------------------------
>
>                 Key: CAY-1408
>                 URL: https://issues.apache.org/jira/browse/CAY-1408
>             Project: Cayenne
>          Issue Type: Improvement
>          Components: Core Library
>    Affects Versions: 3.0
>            Reporter: Andrus Adamchik
>            Assignee: Andrus Adamchik
>             Fix For: 3.1M1
>
>
> This disucssion has originally started under CAY-1111 (there are some untested patches attached) and also on the mailing list ( http://markmail.org/message/jfopksclou3hqa7j ). The idea is to replace naive toEJBQL conversion of scalars using 'toString()' with a different method, that would pass scalars as paramaters:
> Expression.toEJBQL(String rootId, Map parametersCallback); 

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