]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- a warning is issued by Mapper when two primary key columns of the
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 13 Jul 2007 08:12:30 +0000 (08:12 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 13 Jul 2007 08:12:30 +0000 (08:12 +0000)
commit17ac26272402d9e92dfeb80ad0996eb0e9aff29f
tree57c638461c46fe9d57c783bcf592d050e56c4f55
parentde220677418653257b0068c71e87698e8978796b
- a warning is issued by Mapper when two primary key columns of the
same name are munged into a single attribute.  this happens frequently
when mapping to joins (or inheritance).
CHANGES
lib/sqlalchemy/orm/mapper.py
test/orm/inheritance.py
test/orm/relationships.py