]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Adjusted the __contains__() method of
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 5 Jun 2011 00:57:16 +0000 (20:57 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 5 Jun 2011 00:57:16 +0000 (20:57 -0400)
commitda043fa75207ee5052af7ff1ae31c627e38d6d5c
treeefd3f73be350cce930450d3710989cbfcae8464d
parent6cc0b243d92e863a1a5098df64c24ab47cbe8895
- Adjusted the __contains__() method of
a RowProxy result row such that no exception
throw is generated internally;
NoSuchColumnError() also will generate its
message regardless of whether or not the column
construct can be coerced to a string.
[ticket:2178].
CHANGES
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/sql/expression.py
test/aaa_profiling/test_resultset.py
test/sql/test_query.py