diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-04-22 19:12:47 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-04-22 19:12:47 -0400 |
commit | 5884c2e7e5b46cee29b90aa3f7161e7380e3e2a5 (patch) | |
tree | ed8a37934eb00d4c01bfeec117ea7b1bb980db68 /test/dialect/test_postgresql.py | |
parent | 63c211f42730011760aa8e3f88b2171b23bc0a60 (diff) | |
download | sqlalchemy-5884c2e7e5b46cee29b90aa3f7161e7380e3e2a5.tar.gz |
Fully implemented the IS and IS NOT operators with
regards to the True/False constants. An expression like
``col.is_(True)`` will now render ``col IS true``
on the target platform, rather than converting the True/
False constant to an integer bound parameter.
This allows the ``is_()`` operator to work on MySQL when
given True/False constants.
[ticket:2682]
Diffstat (limited to 'test/dialect/test_postgresql.py')
0 files changed, 0 insertions, 0 deletions