]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
First cut at difference() implementation and tests
authorLele Gaifax <lele@metapensiero.it>
Mon, 7 Nov 2022 21:29:19 +0000 (22:29 +0100)
committerLele Gaifax <lele@metapensiero.it>
Mon, 7 Nov 2022 21:29:19 +0000 (22:29 +0100)
commitbde39e92290c256ec1baeef9d5975be4e3c7132b
tree433413c01e888d73b6be3a3d2b6e8f613b211034
parent19582cdcf1cd06422c89c33c21e0038b694e25fb
First cut at difference() implementation and tests

This is not yet ready, in particular the tests will need more work: the
set used for Int4Range works, but the one generated for NumRange does
not.
lib/sqlalchemy/dialects/postgresql/ranges.py
test/dialect/postgresql/test_types.py