]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug whereby mapper couldn't initialize if a composite
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 4 Sep 2008 17:44:48 +0000 (17:44 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 4 Sep 2008 17:44:48 +0000 (17:44 +0000)
commit94c32b19a08182aa5403a893ffd037994199ca44
tree15e08f101e7292cbf4a636bccbeea97f28f74bcd
parentcd8a3390e6992a1a969af47ee6268456d7890aa8
- Fixed bug whereby mapper couldn't initialize if a composite
primary key referenced another table that was not defined
yet [ticket:1161]
CHANGES
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/sql/util.py
test/ext/declarative.py