This is an automated email from the ASF dual-hosted git repository.
ntimofeev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/master by this push:
new 4af9567ce CAY-2814 Select query iterator() and batchIterator() methods
return incorrect results - release notes
4af9567ce is described below
commit 4af9567ce9920b508f3c49df34658fbf3e7bf0c3
Author: stariy95 <[email protected]>
AuthorDate: Wed Nov 15 15:16:59 2023 +0400
CAY-2814 Select query iterator() and batchIterator() methods return
incorrect results
- release notes
---
RELEASE-NOTES.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 8d74cc967..42ef3c1b1 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -40,6 +40,7 @@ CAY-2795 Add unit tests for the Json type
CAY-2802 Upgrade Gradle to 7.6.1
CAY-2803 Test infrastructure: declarative custom DI modules in ServerCase
CAY-2805 Stop calling exp parser internally
+CAY-2814 Select query iterator() and batchIterator() methods return incorrect
results
CAY-2817 Pagination flow refactoring
CAY-2819 DataContext.performIteratedQuery() method should be unified with
iterator() method