]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- A warning is emitted when a joined-table inheriting mapper
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 30 Jan 2011 19:55:55 +0000 (14:55 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 30 Jan 2011 19:55:55 +0000 (14:55 -0500)
commitb3c20d66f63871410c0ac170aae62fd35aa83126
tree1ba01af6b1505a9e18e976248be02a6e7eefa33f
parent34cdf0709ae29ac9cd4b5889bffe2767d05ba82b
- A warning is emitted when a joined-table inheriting mapper
has no primary keys on the locally mapped table
(but has pks on the superclass table).  [ticket:2019]
CHANGES
lib/sqlalchemy/orm/mapper.py
test/orm/inheritance/test_basic.py