]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Test result types of binary operators on PostgreSQL range.
authorJim Bosch <jbosch@astro.princeton.edu>
Sun, 26 Jul 2020 18:53:15 +0000 (14:53 -0400)
committerJim Bosch <jbosch@astro.princeton.edu>
Sun, 26 Jul 2020 19:45:00 +0000 (15:45 -0400)
commit7b112aa4e1186cc6715f83811b9e961052a21d42
treee411d8e411c3db39947bd007bfa40169c756ba4c
parenta26b88cd6b2034b7048d5b4729d3fa90ddfb255d
Test result types of binary operators on PostgreSQL range.

These new tests are intended to fail; may want to squash this commit
with the next one, which fixes them.
test/dialect/postgresql/test_types.py