]> 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 20:00:00 +0000 (16:00 -0400)
commitd784d8208ac1e5887c53164a1c052ce0af8f68bd
tree3a372800174f5b99aa2b7992cfcf794b6cc75abe
parent242c987d8297fa7834c35c5bd4749d2a1b2524fe
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
(cherry picked from commit d9d724267afe867984a23abaa87f62e15786005f)
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