diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-12-29 23:20:48 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-12-29 23:20:48 +0000 |
commit | d732e7bf261504f34c9b9d5049a9875633c3e4b3 (patch) | |
tree | ef497b8dad9036a7a8b1e8c230870555010d8b0f /test/dialect/test_postgresql.py | |
parent | 8c3c2ea508894bc3e18c1df26364a74a4f68107a (diff) | |
download | sqlalchemy-d732e7bf261504f34c9b9d5049a9875633c3e4b3.tar.gz |
- calling expr.in_([]), i.e. with an empty list, emits a warning
before issuing the usual "expr != expr" clause. The
"expr != expr" can be very expensive, and it's preferred
that the user not issue in_() if the list is empty,
instead simply not querying, or modifying the criterion
as appropriate for more complex situations.
[ticket:1628]
Diffstat (limited to 'test/dialect/test_postgresql.py')
0 files changed, 0 insertions, 0 deletions