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 7ca8ee833 CAY-2917 Add Qualifier Joins Before Depenent Table Joins  - 
mention SQL change in the `UPGRADE.txt` notes
7ca8ee833 is described below

commit 7ca8ee8338e78ec2d9afad085159a03c51d68f11
Author: Nikita Timofeev <[email protected]>
AuthorDate: Mon Apr 6 17:13:02 2026 +0400

    CAY-2917 Add Qualifier Joins Before Depenent Table Joins
     - mention SQL change in the `UPGRADE.txt` notes
---
 UPGRADE.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/UPGRADE.txt b/UPGRADE.txt
index 95bccd5f9..6c68fdaa4 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -10,6 +10,9 @@ UPGRADING TO 5.0.M2
 * Per CAY-2859 SelectById query factory methods are redesigned with a bunch of 
old methods deprecated,
 so you should update your calls accordingly.
 
+* Per CAY-2917 joins are generated in a different order in the Select SQL, 
this should not affect any logic,
+except if your code relies on the generated SQL in any way.
+
 UPGRADING TO 5.0.M1
 
 * Per CAY-2737 All code deprecated in Cayenne 4.1 and 4.2 was deleted, please 
review your code before upgrading.

Reply via email to