]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Specifying a non-column based argument
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 2 Aug 2010 20:59:06 +0000 (16:59 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 2 Aug 2010 20:59:06 +0000 (16:59 -0400)
commitdba3ad87b5a762272a11450a18955468d019fe80
treef1f81abc3a48b00633f7a6a2fef8666ba73059de
parente616c2fb3cbc1f2fb7102f3fa666439c688e48b7
- Specifying a non-column based argument
for column_mapped_collection, including string,
text() etc., will raise an error message that
specifically asks for a column element, no longer
misleads with incorrect information about
text() or literal().  [ticket:1863]
CHANGES
lib/sqlalchemy/orm/collections.py
lib/sqlalchemy/sql/expression.py
test/orm/test_collection.py