]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Declarative does an extra check to detect if the same
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 27 Dec 2013 22:10:55 +0000 (17:10 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 27 Dec 2013 22:10:55 +0000 (17:10 -0500)
commitde786a4208e621229769a8fb1f876f358dc4e70e
tree88b3900b32adbb63e832180f290975a1fc9e9b57
parentf50c670e47bb562ee23b52f56a8d469f7f946f89
- Declarative does an extra check to detect if the same
:class:`.Column` is mapped multiple times under different properties
(which typically should be a :func:`.synonym` instead) or if two
or more :class:`.Column` objects are given the same name, raising
a warning if this condition is detected. [ticket:2828]
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/ext/declarative/base.py
test/ext/declarative/test_basic.py