From: Mike Bayer Date: Mon, 30 Sep 2019 17:10:38 +0000 (-0400) Subject: - Add changelog for #4873 X-Git-Tag: rel_1_4_0b1~712 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3c964203e61f8deeb559b15a78cc640dee67012;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - Add changelog for #4873 Change-Id: I882d3c0e2b7e10cb5a2bec2d45d088ad51da1831 --- 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.