]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added explicit true()/false() constructs to expression
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 17 Apr 2011 19:37:12 +0000 (15:37 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 17 Apr 2011 19:37:12 +0000 (15:37 -0400)
commit69dcd805d2c6ed92adf81da443c5c06d23d3423a
tree9368e15176efa0d6b5a04164ff0558c7d9ae0ae1
parentfbcfd079debf27665f23a996853903aa3b2ef23a
- Added explicit true()/false() constructs to expression
lib - coercion rules will intercept "False"/"True"
into these constructs.  In 0.6, the constructs were
typically converted straight to string, which was
no longer accepted in 0.7.  [ticket:2117]
CHANGES
doc/build/core/expression_api.rst
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/expression.py
test/sql/test_compiler.py