]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Implement and test comparison methods
authorLele Gaifax <lele@metapensiero.it>
Mon, 7 Nov 2022 08:16:10 +0000 (09:16 +0100)
committerLele Gaifax <lele@metapensiero.it>
Mon, 7 Nov 2022 08:23:13 +0000 (09:23 +0100)
commitc833479c84b8e2ce65720b4ff9d6701dbe3aa802
tree41d5a2dde176253c2cd8fd10501b331c8e453672
parent2f0bddb9b38dbe48a261e6d6d1dedd5d49e4f6d0
Implement and test comparison methods

See issue #8765: some further study and understanding is required to
implement the last missing method, __add__().
lib/sqlalchemy/dialects/postgresql/ranges.py
test/dialect/postgresql/test_types.py