]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixed unfortunate mutating-dictionary glitch from previous checkin
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 23 Sep 2006 00:06:10 +0000 (00:06 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 23 Sep 2006 00:06:10 +0000 (00:06 +0000)
commitf6baed941d8f9c5a076e7d28c9ef1b1a94bfc3fd
tree54f5e1ae99b151009004558e698542fb212e4ddf
parent2e6a25f47914ab76773c596d4502924048724c6e
- fixed unfortunate mutating-dictionary glitch from previous checkin
- added "batch=True" flag to mapper; if False, save_obj
will fully save one object at a time including calls
to before_XXXX and after_XXXX
CHANGES
lib/sqlalchemy/attributes.py
lib/sqlalchemy/orm/mapper.py
test/orm/unitofwork.py