]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixed bug where mapper, being linked to a join where one table had
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 10 Aug 2007 14:49:08 +0000 (14:49 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 10 Aug 2007 14:49:08 +0000 (14:49 +0000)
commit566a0166873d3b65a80d7ae2299821141236a65a
tree65ac064d8015c3549fc627a90144608055a07e15
parent4f8a560d6f02c60ac85e73ad90d2ffb4a183d9f0
- fixed bug where mapper, being linked to a join where one table had
no PK columns, would not detect that the joined table had no PK.
CHANGES
lib/sqlalchemy/orm/mapper.py
test/orm/mapper.py
test/orm/unitofwork.py