]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- clarified the error message which occurs when you try to update()
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 20 Nov 2007 15:55:36 +0000 (15:55 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 20 Nov 2007 15:55:36 +0000 (15:55 +0000)
commit6fa74de09da864c8f9a1d9db5cb7d8d4132ad6cd
tree7c92aeba72ceb8ceb3725a6c85cf1117729f6e47
parent569c9fa65ab0a6d7a5bf6d12996940c53cbcf345
- clarified the error message which occurs when you try to update()
an instance with the same identity key as an instance already present
in the session.
- opened up the recursive checks in session.merge() a little bit
CHANGES
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/session.py
test/orm/merge.py