]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Use is_comparison to fix types of PostgreSQL range operators. 5477/head
authorJim Bosch <jbosch@astro.princeton.edu>
Sun, 26 Jul 2020 18:54:52 +0000 (14:54 -0400)
committerJim Bosch <jbosch@astro.princeton.edu>
Sun, 26 Jul 2020 19:45:00 +0000 (15:45 -0400)
commit925b117e0c91cdd67d9ddbd9d65f5ca3e88af91f
treec0087efbbc31bdc4948b9fbec95e2ba3a2c4a429
parent7b112aa4e1186cc6715f83811b9e961052a21d42
Use is_comparison to fix types of PostgreSQL range operators.

Fixes #5476.
lib/sqlalchemy/dialects/postgresql/ranges.py