]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fixed endless loop bug in select_by(), if the traversal hit
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 28 Jun 2006 23:01:04 +0000 (23:01 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 28 Jun 2006 23:01:04 +0000 (23:01 +0000)
commit2fb9221b797e5a29e34096c09d97615d859e95d1
tree965d4eeb9ac74a6d83fa4867cf0c0b3496a7c35c
parent5c0e32bf33a5db32c1beabc0fadb4ddd1fbd24be
fixed endless loop bug in select_by(), if the traversal hit
two mappers that referenced each other
CHANGES
lib/sqlalchemy/orm/query.py
test/orm/mapper.py