]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug which prevented two entities from mutually
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 1 Sep 2009 22:55:59 +0000 (22:55 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 1 Sep 2009 22:55:59 +0000 (22:55 +0000)
commit0eab503a87475df65e0269a4a4855fb9d1bf5e9f
tree55735074aeaeefc53e998596afb5b00cfb074cde
parent31f26e561cc1aeb3475e6e662839b07a60412c36
- Fixed bug which prevented two entities from mutually
replacing each other's primary key values within a single
flush() for some orderings of operations.  [ticket:1519]
CHANGES
lib/sqlalchemy/orm/session.py
test/orm/test_naturalpks.py