]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added an error message if you actually try to modify primary key values on an entity
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 6 Jan 2007 03:33:53 +0000 (03:33 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 6 Jan 2007 03:33:53 +0000 (03:33 +0000)
commite1ceee15cd7e5692513ac83716b3201a47a0272e
tree0caba521d22ed2042c1164a95661347bba0fb10f
parent672a69a45b22862ad1217830752d584fcd504f4d
- added an error message if you actually try to modify primary key values on an entity
and then flush it.
CHANGES
lib/sqlalchemy/orm/mapper.py
test/orm/unitofwork.py