[jira] [Commented] (CAY-2508) Create api to add aliases in expressions

2019-01-09 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/CAY-2508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16738115#comment-16738115
 ] 

ASF GitHub Bot commented on CAY-2508:
-

Github user aarrsseni closed the pull request at:

https://github.com/apache/cayenne/pull/358


> Create api to add aliases in expressions
> 
>
> Key: CAY-2508
> URL: https://issues.apache.org/jira/browse/CAY-2508
> Project: Cayenne
>  Issue Type: Improvement
>  Components: Core Library
>Affects Versions: 4.2.M1
>Reporter: Arseni Bulatski
>Priority: Major
>  Labels: pull-request-available
> Fix For: 4.2.M1
>
>
> Add api to add aliases in expressions.
> Cab be used in qualifiers to have several joins to one table, in orderings, 
> in column queries and having qualifiers.
> Supported by relationship properties.
> Example:
> ExpressionFactory.exp("paintingArray#p1.paintingTitle = 'title'");



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


[jira] [Commented] (CAY-2508) Create api to add aliases in expressions

2019-01-04 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/CAY-2508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16734137#comment-16734137
 ] 

ASF GitHub Bot commented on CAY-2508:
-

GitHub user aarrsseni opened a pull request:

https://github.com/apache/cayenne/pull/358

CAY-2508 Create api to add aliases in expressions



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/aarrsseni/cayenne CAY-2508

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cayenne/pull/358.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #358


commit c1272b17b5b96bb55f8029c8ef1186bdb1a10199
Author: Arseni Bulatski 
Date:   2019-01-03T14:02:50Z

CAY-2508 Create api to add aliases in expressions




> Create api to add aliases in expressions
> 
>
> Key: CAY-2508
> URL: https://issues.apache.org/jira/browse/CAY-2508
> Project: Cayenne
>  Issue Type: Improvement
>  Components: Core Library
>Affects Versions: 4.2.M1
>Reporter: Arseni Bulatski
>Priority: Major
>  Labels: pull-request-available
> Fix For: 4.2.M1
>
>
> Add api to add aliases in expressions.
> Cab be used in qualifiers to have several joins to one table, in orderings, 
> in column queries and having qualifiers.
> Supported by relationship properties.
> Example:
> ExpressionFactory.exp("paintingArray#p1.paintingTitle = 'title'");



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