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 2019/05/04 14:36:00 UTC

[jira] [Updated] (CAY-2565) Can't use new generated PK properties with dot() operator

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

Nikita Timofeev updated CAY-2565:
---------------------------------
    Fix Version/s:     (was: 4.1.B2)
                   4.1.B3

> Can't use new generated PK properties with dot() operator
> ---------------------------------------------------------
>
>                 Key: CAY-2565
>                 URL: https://issues.apache.org/jira/browse/CAY-2565
>             Project: Cayenne
>          Issue Type: Bug
>          Components: Core Library
>    Affects Versions: 4.1.B1
>            Reporter: Nikita Timofeev
>            Assignee: Nikita Timofeev
>            Priority: Major
>             Fix For: 4.2.M1, 4.1.B3
>
>
> Per CAY-2478 we can generate properties for PK attributes. But they are incompatible with {{dot() }} operator as it is unaware about db paths. 
> Simple test case: {code}
> Expression exp = Painting.TO_ARTIST.dot(Artist.ARTIST_ID_PK_PROPERTY).eq(1L);
> {code}
> Will generated following expression: {{toArtist.null = 1}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)