You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Nikita Timofeev (JIRA)" <ji...@apache.org> on 2017/08/31 09:18:00 UTC

[jira] [Created] (CAY-2359) EJBQL: db path in not supported in ORDER BY

Nikita Timofeev created CAY-2359:
------------------------------------

             Summary: EJBQL: db path in not supported in ORDER BY
                 Key: CAY-2359
                 URL: https://issues.apache.org/jira/browse/CAY-2359
             Project: Cayenne
          Issue Type: Bug
    Affects Versions: 4.0.B1, 4.1.M1
            Reporter: Nikita Timofeev
            Assignee: Nikita Timofeev


Query like {{select a.paintingArray+ from Artist a order by db:a.ARTIST_ID}} results in invalid SQL:
{code:sql}
SELECT t0.ARTIST_NAME AS sc0 FROM ARTIST t0 ORDER BY
{code}
Note missing code after {{ORDER BY}}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)