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 2016/08/16 07:21:20 UTC

[jira] [Updated] (CAY-2102) EJBQL: db: path not supported in select columns

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

Andrus Adamchik updated CAY-2102:
---------------------------------
    Description: 
While EJBQL parser supports db: path anywhere a path is supported, query translators only recognize it in conditional expressions. Per this Jira we will add support for db: path in select columns, so that the following queries become possible:

 select db:p.ESTIMATED_PRICE from Painting p

TODO: support db: path in orderings, etc. support outer joins in db: expressions

  was:
While EJBQL parser supports db: path anywhere a path is supported, query translators only recognize it in conditional expressions. Per this Jira we will add support for db: path in select columns, so that the following queries become possible:

 select db:p.ESTIMATED_PRICE from Painting p

TODO: support db: path in orderings, etc.


> EJBQL: db: path not supported in select columns
> -----------------------------------------------
>
>                 Key: CAY-2102
>                 URL: https://issues.apache.org/jira/browse/CAY-2102
>             Project: Cayenne
>          Issue Type: Bug
>    Affects Versions: 4.0.M3
>            Reporter: Andrus Adamchik
>
> While EJBQL parser supports db: path anywhere a path is supported, query translators only recognize it in conditional expressions. Per this Jira we will add support for db: path in select columns, so that the following queries become possible:
>  select db:p.ESTIMATED_PRICE from Painting p
> TODO: support db: path in orderings, etc. support outer joins in db: expressions



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)