]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fix postgresql exclude contraint to check when= against None rather than __bool__...
authoraisch <me+bosch@aitmp.com>
Mon, 23 Nov 2015 18:22:50 +0000 (10:22 -0800)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 30 Nov 2015 18:01:33 +0000 (13:01 -0500)
commitbb2b486de5570878b6fe1be75debdffc66a5a287
tree049475aefb818cc5e66f40ffd1c8fbcb42795631
parent66704ad47ab9ad7b361dff6707eae9e755273cf2
fix postgresql exclude contraint to check when= against None rather than __bool__ eval

(cherry picked from commit 0921a6abbc8246c57f447af7a6ac240778127fae)
lib/sqlalchemy/dialects/postgresql/constraints.py
test/dialect/postgresql/test_compiler.py