CAY-2508 Create api to add aliases in expressions

Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo
Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/c1272b17
Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/c1272b17
Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/c1272b17

Branch: refs/heads/master
Commit: c1272b17b5b96bb55f8029c8ef1186bdb1a10199
Parents: 9889375
Author: Arseni Bulatski <ancars...@gmail.com>
Authored: Thu Jan 3 17:02:50 2019 +0300
Committer: Arseni Bulatski <ancars...@gmail.com>
Committed: Fri Jan 4 16:34:03 2019 +0300

----------------------------------------------------------------------
 RELEASE-NOTES.txt                               |    1 +
 .../cayenne/exp/parser/ExpressionParser.java    | 5362 +++++++++---------
 .../parser/ExpressionParserTokenManager.java    | 4960 ++++++++--------
 .../cayenne/exp/parser/ExpressionUtils.java     |   52 +
 .../cayenne/exp/parser/ExpressionParser.jjt     |    9 +-
 .../cayenne/exp/ExpressionFactoryTest.java      |   22 +
 .../cayenne/exp/property/PathAliasesIT.java     |  124 +-
 7 files changed, 5423 insertions(+), 5107 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/c1272b17/RELEASE-NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 23d20e5..80c522b 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -15,6 +15,7 @@ Changes/New Features:
 
 CAY-2467 New type-aware Property API
 CAY-2507 Property API to use path aliases
+CAY-2508 Create api to add aliases in expressions
 
 Bug Fixes:
 

Reply via email to