]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- the "primary_key" argument to mapper() is propigated to the "polymorphic"
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 17 May 2007 22:33:52 +0000 (22:33 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 17 May 2007 22:33:52 +0000 (22:33 +0000)
commitc5530d15b3ccc6de9230fbee443d5cda1d38b774
treeffaf9c99d21a36a4cb46013da4b83c348b43791c
parent779068fb41a216f65f6cd18d50b261e378ed67ac
- the "primary_key" argument to mapper() is propigated to the "polymorphic"
mapper.  primary key columns in this list get normalized to that of the mapper's
local table.
CHANGES
lib/sqlalchemy/orm/mapper.py
test/orm/inheritance5.py