summaryrefslogtreecommitdiff
path: root/doc/build
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2023-04-17 21:26:26 +0000
committerGerrit Code Review <gerrit@bbpush.zzzcomputing.com>2023-04-17 21:26:26 +0000
commit0112b3e2dc15f115f4b560bfc761e00fe1d4de24 (patch)
tree8e2f15eabf9a23a6f565f6a1797360542f5d6c59 /doc/build
parent89608ccd3f5e5796d578e9a39201f7c5c45a61fe (diff)
parenta05ae2c7ce0c056eef549d078faa2ca20356d35c (diff)
downloadsqlalchemy-0112b3e2dc15f115f4b560bfc761e00fe1d4de24.tar.gz
Merge "apply criteria options from top-level core-only statement" into main
Diffstat (limited to 'doc/build')
-rw-r--r--doc/build/changelog/unreleased_20/9635.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_20/9635.rst b/doc/build/changelog/unreleased_20/9635.rst
new file mode 100644
index 000000000..73281c7e1
--- /dev/null
+++ b/doc/build/changelog/unreleased_20/9635.rst
@@ -0,0 +1,10 @@
+.. change::
+ :tags: bug, orm
+ :tickets: 9635
+
+ Made an improvement to the :func:`_orm.with_loader_criteria` loader option
+ to allow it to be indicated in the :meth:`.Executable.options` method of a
+ top-level statement that is not itself an ORM statement. Examples include
+ :func:`_sql.select` that's embedded in compound statements such as
+ :func:`_sql.union`, within an :meth:`_dml.Insert.from_select` construct, as
+ well as within CTE expressions that are not ORM related at the top level.