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:10:20 UTC

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

Andrus Adamchik created CAY-2102:
------------------------------------

             Summary: 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.



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