]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixed bug in query.instances() that wouldnt handle more than
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 20 May 2007 16:40:21 +0000 (16:40 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 20 May 2007 16:40:21 +0000 (16:40 +0000)
commit555ab611f159d40af9653e8dcd53bf92fd2bd592
tree24c6fc67b7f0baa7c2f014183969d14bb8d46a37
parent9102d678abdaf7e9ab0ce59a913283eb16810b9a
- fixed bug in query.instances() that wouldnt handle more than
on additional mapper or one additional column.
CHANGES
lib/sqlalchemy/orm/query.py
test/orm/mapper.py