diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-02-26 00:20:39 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-02-26 00:20:39 -0500 |
commit | 0210695bd97e76f58d8781b69337816501482fb0 (patch) | |
tree | 8d86db3143a258142c92ad7820f62a61a24409e2 /lib/sqlalchemy/sql/crud.py | |
parent | f8914288f012c4ef635531f09a0e13bcacacdb2a (diff) | |
download | sqlalchemy-0210695bd97e76f58d8781b69337816501482fb0.tar.gz |
- Anonymous labeling is applied to a :attr:`.func` construct that is
passed to :func:`.column_property`, so that if the same attribute
is referred to as a column expression twice the names are de-duped,
thus avoiding "ambiguous column" errors. Previously, the
``.label(None)`` would need to be applied in order for the name
to be de-anonymized.
fixes #3663
Diffstat (limited to 'lib/sqlalchemy/sql/crud.py')
0 files changed, 0 insertions, 0 deletions