From: Mike Bayer Date: Thu, 29 Feb 2024 16:07:22 +0000 (-0500) Subject: add 1.4 changelog for #10365 X-Git-Tag: rel_2_0_28~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=388afa73d94b63fa2b0a933171f060a94347d5cb;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git add 1.4 changelog for #10365 Change-Id: I3359274337f214132f35d9c4b722c97685b63d72 (cherry picked from commit 9bcc4da735891d09a4c850c5f29b3abeef13ce27) --- 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.