]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
add 1.4 changelog for #10365
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 29 Feb 2024 16:07:22 +0000 (11:07 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 29 Feb 2024 16:07:22 +0000 (11:07 -0500)
Change-Id: I3359274337f214132f35d9c4b722c97685b63d72

doc/build/changelog/unreleased_14/10365.rst [new file with mode: 0644]

diff --git a/doc/build/changelog/unreleased_14/10365.rst b/doc/build/changelog/unreleased_14/10365.rst
new file mode 100644 (file)
index 0000000..5eb4f44
--- /dev/null
@@ -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.