]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug whereby inheritance discriminator part of a
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 21 Jul 2009 20:25:36 +0000 (20:25 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 21 Jul 2009 20:25:36 +0000 (20:25 +0000)
commitf300bb43dedd54a81f5bd72fd9afad1c2bb39ede
tree4f6eab18681ed728755cc2ccd75d452b97696da2
parent8804e1963f7f391bfc29feca7155e3a5f9bb097d
- Fixed bug whereby inheritance discriminator part of a
composite primary key would fail on updates.
Continuation of [ticket:1300].
CHANGES
lib/sqlalchemy/orm/mapper.py
test/orm/inheritance/test_basic.py