]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
simplification/improvement to circular dependency sort (properly batches now)
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 31 May 2006 06:22:06 +0000 (06:22 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 31 May 2006 06:22:06 +0000 (06:22 +0000)
commit3ff5cf607fceb642776ec991bf39c22f89cccb81
tree2c907c1a69d8a03718b858799e3c0f15fa15dc9b
parent0d97e5b5a20d7f8d444fe376003ce1f1653bdc08
simplification/improvement to circular dependency sort (properly batches now)
mapper accepts add_property calls with columns that are not in its selectable (allows deferreds in, generally more lenient)
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/unitofwork.py