]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in the mutable extension whereby
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 1 Jul 2011 15:32:07 +0000 (11:32 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 1 Jul 2011 15:32:07 +0000 (11:32 -0400)
commit409a95adf44f577a204114469ff414bebefca293
tree90429da5eba44a8073125c89a9927426083fd553
parent9ae8de1f65c89f33f4ffae33023e481955f72244
  - Fixed bug in the mutable extension whereby
    if None or a non-corresponding type were set,
    an error would be raised.  None is now accepted
    which assigns None to all attributes,
    illegal values raise ValueError.
CHANGES
lib/sqlalchemy/ext/mutable.py
test/ext/test_mutable.py