diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-12-06 22:58:05 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-12-06 22:58:05 +0000 |
commit | 7dc4df8a68eafd406e7378eedbb9c26188611a5c (patch) | |
tree | 89c6c1d5d7559155e07eeed6545e3362675d685c /lib/sqlalchemy/engine/default.py | |
parent | f9cb6f5834fb1acf4460fd9bb6b72f8c76f8c36c (diff) | |
download | sqlalchemy-7dc4df8a68eafd406e7378eedbb9c26188611a5c.tar.gz |
- The Boolean type, when used on a backend that doesn't
have native boolean support, will generate a CHECK
constraint "col IN (0, 1)" along with the int/smallint-
based column type. This can be switched off if
desired with create_constraint=False.
Note that MySQL has no native boolean *or* CHECK constraint
support so this feature isn't available on that platform.
[ticket:1589]
Diffstat (limited to 'lib/sqlalchemy/engine/default.py')
0 files changed, 0 insertions, 0 deletions