]> 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:18:01 +0000 (14:18 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 30 Jan 2011 19:18:01 +0000 (14:18 -0500)
commit7ad7dde6a5f0e14782834f64e8691266d8e75065
tree48a616473030dd9ef383cde7e98fd83f52f984ff
parentc05a8988bbda34161976a493e61c681d5f7bfcf7
  - 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