]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixed bug with session.dirty when using "mutable scalars"
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 9 Jan 2008 18:52:35 +0000 (18:52 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 9 Jan 2008 18:52:35 +0000 (18:52 +0000)
commit979c9323dce30c3a12552668fc93958cba566cca
tree897ac894240203b13f580db3fc0182e506ebf21f
parenteefd1f78a2ead8245791140e54fa3c32c4b41794
- fixed bug with session.dirty when using "mutable scalars"
(such as PickleTypes)

- added a more descriptive error message when flushing on a
relation() that has non-locally-mapped columns in its primary or
secondary join condition
CHANGES
lib/sqlalchemy/exceptions.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/sync.py
lib/sqlalchemy/orm/unitofwork.py
test/orm/unitofwork.py