]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- Add changelog for #4873
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 30 Sep 2019 17:10:38 +0000 (13:10 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 30 Sep 2019 17:10:38 +0000 (13:10 -0400)
Change-Id: I882d3c0e2b7e10cb5a2bec2d45d088ad51da1831

doc/build/changelog/unreleased_13/4873.rst [new file with mode: 0644]

diff --git a/doc/build/changelog/unreleased_13/4873.rst b/doc/build/changelog/unreleased_13/4873.rst
new file mode 100644 (file)
index 0000000..758c363
--- /dev/null
@@ -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.