]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug whereby changing a primary key attribute on an
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 24 Aug 2008 21:52:38 +0000 (21:52 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 24 Aug 2008 21:52:38 +0000 (21:52 +0000)
commit24ee97c6100988a2ef80bd18d70418eb76070e4d
tree92b2a6bc49985ab47c2d43a574ebbcbe8c08faa1
parent34ecc552614143fb8f90ccc74b78fe8e3bdd7fb5
- Fixed bug whereby changing a primary key attribute on an
entity where the attribute's previous value had been expired
would produce an error upon flush(). [ticket:1151]
CHANGES
lib/sqlalchemy/orm/attributes.py
lib/sqlalchemy/orm/session.py
test/orm/attributes.py
test/orm/naturalpks.py