summaryrefslogtreecommitdiff
path: root/test/dialect/test_postgresql.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-04-22 19:12:47 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2013-04-22 19:12:47 -0400
commit5884c2e7e5b46cee29b90aa3f7161e7380e3e2a5 (patch)
treeed8a37934eb00d4c01bfeec117ea7b1bb980db68 /test/dialect/test_postgresql.py
parent63c211f42730011760aa8e3f88b2171b23bc0a60 (diff)
downloadsqlalchemy-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