From 9bcc4da735891d09a4c850c5f29b3abeef13ce27 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 29 Feb 2024 11:07:22 -0500 Subject: [PATCH] add 1.4 changelog for #10365 Change-Id: I3359274337f214132f35d9c4b722c97685b63d72 --- doc/build/changelog/unreleased_14/10365.rst | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/build/changelog/unreleased_14/10365.rst diff --git a/doc/build/changelog/unreleased_14/10365.rst b/doc/build/changelog/unreleased_14/10365.rst new file mode 100644 index 0000000000..5eb4f44065 --- /dev/null +++ b/doc/build/changelog/unreleased_14/10365.rst @@ -0,0 +1,9 @@ +.. change:: + :tags: bug, orm + :tickets: 10365 + + Fixed bug where ORM :func:`_orm.with_loader_criteria` would not apply + itself to a :meth:`_sql.Select.join` where the ON clause were given as a + plain SQL comparison, rather than as a relationship target or similar. + + This is a backport of the same issue fixed in version 2.0 for 2.0.22. -- 2.47.2