]> 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:52:30 +0000 (20:52 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 5 Jun 2011 00:52:30 +0000 (20:52 -0400)
commit09080baad1a9f910a5a406dfad9241104ccbc6d8
tree97bdbcc41d914e83cecede45033dd91732748e77
parentc0f922116004d762991bdfe56da31d3b70e8c01d
- 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].  Also in 0.6.8.
CHANGES
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/sql/expression.py
test/aaa_profiling/test_resultset.py
test/sql/test_query.py