summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/build/changelog/unreleased_13/4873.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_13/4873.rst b/doc/build/changelog/unreleased_13/4873.rst
new file mode 100644
index 000000000..758c3636f
--- /dev/null
+++ b/doc/build/changelog/unreleased_13/4873.rst
@@ -0,0 +1,8 @@
+.. change::
+ :tags: bug, orm
+ :tickets: 4873
+
+ Passing a plain string expression to :meth:`.Session.query` is deprecated,
+ as all string coercions were removed in :ticket:`4481` and this one should
+ have been included. The :func:`.literal_column` function may be used to
+ produce a textual column expression.