]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Raise an error when assigning a bogusly keyed dictionary to one of the builtin...
authorJason Kirtland <jek@discorporate.us>
Fri, 14 Dec 2007 00:13:18 +0000 (00:13 +0000)
committerJason Kirtland <jek@discorporate.us>
Fri, 14 Dec 2007 00:13:18 +0000 (00:13 +0000)
commit273e48c9a95825541bd461a1d5402f2e65f95876
treef466ffbd3216e168472a72164cc4f8f5fb6dd45a
parent94355aebe6758c4c393c41302adb70bfee9cec34
- Raise an error when assigning a bogusly keyed dictionary to one of the builtin dict-based collection types [ticket:886]
- Collections gain a @converter framework for flexible validation and adaptation of bulk assignment
- Bogus bulk assignments now raise TypeError instead of exceptions.ArgumentError
CHANGES
lib/sqlalchemy/orm/attributes.py
lib/sqlalchemy/orm/collections.py
lib/sqlalchemy/util.py
test/base/utils.py
test/ext/associationproxy.py
test/orm/collection.py