]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add ColumnProperty.Comparator.expressions
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 20 Apr 2020 16:24:40 +0000 (12:24 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 20 Apr 2020 19:59:37 +0000 (15:59 -0400)
commit6abbda34ebb2c154ccae12d749968fe72f27f372
treeed8d093e3153e0866107e5222a176b464ecd2bd7
parentfe35828eefc00e12e01df25f6fd942eecde1a686
Add ColumnProperty.Comparator.expressions

Added an accessor :attr:`.ColumnProperty.Comparator.expressions` which
provides access to the group of columns mapped under a multi-column
:class:`.ColumnProperty` attribute.

Fixes: #5262
Change-Id: I44cf53ff0e6cf76a0c90eee4638ca96da3df8088
doc/build/changelog/unreleased_13/5262.rst [new file with mode: 0644]
doc/build/orm/internals.rst
doc/build/orm/nonstandard_mappings.rst
lib/sqlalchemy/orm/properties.py
test/orm/inheritance/test_basic.py