diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-09-23 21:56:10 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-09-23 21:56:10 -0400 |
commit | c52e31b1e019fb447e0a2edb7e2c75ebe9307a95 (patch) | |
tree | d0986a19a3bef4112f79db44953d55fdafc1e40e /lib/sqlalchemy/exc.py | |
parent | e4c04590a6438f73278675e96dd84b57121eeb5f (diff) | |
download | sqlalchemy-c52e31b1e019fb447e0a2edb7e2c75ebe9307a95.tar.gz |
- The behavior of =/!= when comparing a scalar select
to a value will no longer produce IN/NOT IN as of 0.8;
this behavior is a little too heavy handed (use in_() if
you want to emit IN) and now emits a deprecation warning.
To get the 0.8 behavior immediately and remove the warning,
a compiler recipe is given at
http://www.sqlalchemy.org/docs/07/dialects/mssql.html#scalar-select-comparisons
to override the behavior of visit_binary().
[ticket:2277]
Diffstat (limited to 'lib/sqlalchemy/exc.py')
0 files changed, 0 insertions, 0 deletions