]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
avoid putting annotated columns in sets
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Nov 2022 18:18:45 +0000 (13:18 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Nov 2022 18:43:02 +0000 (13:43 -0500)
commitbf6adda95461d4c3c2076d39850df2403a157662
treedc4f6249aa96b85dfb6bcb9626c75b27bbd98dc1
parent3d892381996e7ba68ee3bf6d7de40c8414e3812a
avoid putting annotated columns in sets

backporting a small bit of the changes made for the
2.0 version of #8796.

See if the changes apply cleanly to the 1.4 branch.

Fixes: #8796
Change-Id: I8118511a10beb38c545a55c962a18a77611293af
lib/sqlalchemy/sql/base.py
lib/sqlalchemy/sql/elements.py
test/sql/test_selectable.py