diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-06-25 17:07:25 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-06-25 17:07:25 +0000 |
commit | bc58df9c1f1f443b67a3312463df2c9425531503 (patch) | |
tree | 51f4354e740700f911ba917cdd6c23818bac97bb /lib/sqlalchemy/databases/mssql.py | |
parent | f9dc30f239d1aa13771f0e152af691a8ae56514b (diff) | |
download | sqlalchemy-bc58df9c1f1f443b67a3312463df2c9425531503.tar.gz |
- fixed precedence of operators so that parenthesis are correctly applied
[ticket:620]
- calling <column>.in_() (i.e. with no arguments) will return
"CASE WHEN (<column> IS NULL) THEN NULL ELSE 0 END = 1)", so that
NULL or False is returned in all cases, rather than throwing an error
[ticket:545]
Diffstat (limited to 'lib/sqlalchemy/databases/mssql.py')
0 files changed, 0 insertions, 0 deletions