]> 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)
committeraisch <me+bosch@aitmp.com>
Mon, 23 Nov 2015 18:22:50 +0000 (10:22 -0800)
commit0921a6abbc8246c57f447af7a6ac240778127fae
treefbc25b9774f01f177342dec52aeeb1fa643b2cc6
parentf7943db2f32e3cace9cadc5cf05402d425b76d33
fix postgresql exclude contraint to check when= against None rather than __bool__ eval
lib/sqlalchemy/dialects/postgresql/ext.py
test/dialect/postgresql/test_compiler.py