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 54840ca02 CAY-2842 Prevent duplicate select columns when using distinct with order by - release notes add 338920e8d Fix deletion of entities from flattened attributes new 996ca92bf Merge pull request #614 from Jugen/fix-deletion-of-entities-from-flattened-attribute The 1 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 | 3 +- .../org/apache/cayenne/access/ObjectStore.java | 12 ++++++ .../cayenne/access/flush/RootRowOpProcessor.java | 41 +++++++++++++++--- .../access/DataContextFlattenedAttributesIT.java | 49 ++++++++++++++++++++-- 4 files changed, 95 insertions(+), 10 deletions(-)