diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-09-05 16:44:42 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-09-05 16:44:42 -0400 |
commit | 7b766591b05ceeb9c47588d6326a6be56a230594 (patch) | |
tree | fe0e35edbf3332a1c43428add875691d3b86ab4b /lib/sqlalchemy/sql/compiler.py | |
parent | 583287259fbb6d143696b418756ed68e6110cd2d (diff) | |
download | sqlalchemy-7b766591b05ceeb9c47588d6326a6be56a230594.tar.gz |
- MySQL boolean symbols "true", "false" work again. 0.9's change
in :ticket:`2682` disallowed the MySQL dialect from making use of the
"true" and "false" symbols in the context of "IS" / "IS NOT", but
MySQL supports this syntax even though it has no boolean type.
MySQL remains "non native boolean", but the :func:`.true`
and :func:`.false` symbols again produce the
keywords "true" and "false", so that an expression like
``column.is_(true())`` again works on MySQL.
fixes #3186
Diffstat (limited to 'lib/sqlalchemy/sql/compiler.py')
0 files changed, 0 insertions, 0 deletions