]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Fixed issue in unit of work
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 4 May 2012 23:27:52 +0000 (19:27 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 4 May 2012 23:27:52 +0000 (19:27 -0400)
commit25b6e811e692d20495ea6bed93552a22a28f9d92
tree9e4df22a792322402ab127babf9813159abf7971
parent74b2fb5daccff12d45615769be801bb32cbdac33
  - [bug] Fixed issue in unit of work
    whereby setting a non-None self-referential
    many-to-one relationship to None
    would fail to persist the change if the
    former value was not already loaded.
    [ticket:2477].
CHANGES
lib/sqlalchemy/orm/attributes.py
test/orm/test_unitofworkv2.py