]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
removed circular loop in creating new list elements, fixes a common refresh() condition
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 25 Mar 2006 21:44:42 +0000 (21:44 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 25 Mar 2006 21:44:42 +0000 (21:44 +0000)
commit995d9afb831ec72757781d5b48e5b4eee0bfac28
tree48aae702f26658e78608410a7007418d07dcd491
parentf7afe052907c9343640e5e2569a47d62aa2328a5
removed circular loop in creating new list elements, fixes a common refresh() condition
added None check in PropertyLoader many-to-one private deletion traversal, fixes byroot_tree (add a unit test for that)
lib/sqlalchemy/attributes.py
lib/sqlalchemy/mapping/properties.py
test/mapper.py