This is an automated email from the ASF dual-hosted git repository.
ntimofeev pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git.
from 0e9145d Postgres build fixed, disallow it's failure
new e6649cb CAY-2553 Wrong disjoint prefetch query qualifier
new 5ac4bdf Merge PR #370
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
RELEASE-NOTES.txt | 1 +
.../main/java/org/apache/cayenne/map/DbEntity.java | 131 +++--------------
.../apache/cayenne/exp/TranslateExpressionIT.java | 159 +++++++++++++++++++++
.../java/org/apache/cayenne/map/DbEntityIT.java | 6 +-
4 files changed, 179 insertions(+), 118 deletions(-)
create mode 100644 cayenne-server/src/test/java/org/apache/cayenne/exp/TranslateExpressionIT.java
|