From a3c964203e61f8deeb559b15a78cc640dee67012 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 30 Sep 2019 13:10:38 -0400 Subject: [PATCH] - Add changelog for #4873 Change-Id: I882d3c0e2b7e10cb5a2bec2d45d088ad51da1831 --- doc/build/changelog/unreleased_13/4873.rst | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/build/changelog/unreleased_13/4873.rst diff --git a/doc/build/changelog/unreleased_13/4873.rst b/doc/build/changelog/unreleased_13/4873.rst new file mode 100644 index 0000000000..758c3636f4 --- /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. -- 2.47.3