]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- next release will be 0.4.3
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 30 Jan 2008 17:35:20 +0000 (17:35 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 30 Jan 2008 17:35:20 +0000 (17:35 +0000)
commitd2e4c52b9f7c7484a6c6722446971b8980472e87
tree963225b22a52d5b799beed4f8c093f2abbf1d22b
parentda7fef941c44749dd3c999124e883670978f5252
- next release will be 0.4.3
- fixed merge() collection-doubling bug when merging
transient entities with backref'ed collections.
[ticket:961]
- merge(dont_load=True) does not accept transient
entities, this is in continuation with the fact that
merge(dont_load=True) does not accept any "dirty"
objects either.
CHANGES
VERSION
lib/sqlalchemy/orm/dependency.py
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/session.py
test/orm/merge.py