]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Rename AbstractRange.__add__() to union(), make __add__ an alias
authorLele Gaifax <lele@metapensiero.it>
Mon, 7 Nov 2022 18:23:34 +0000 (19:23 +0100)
committerLele Gaifax <lele@metapensiero.it>
Mon, 7 Nov 2022 18:42:48 +0000 (19:42 +0100)
commit6ccd54c7ea704c9f61d3aac25a8a392462638cfd
treedb4b0eb7a3137d8305cb4bf63a5e70b97c4449eb
parentc833479c84b8e2ce65720b4ff9d6701dbe3aa802
Rename AbstractRange.__add__() to union(), make __add__ an alias
lib/sqlalchemy/dialects/postgresql/ranges.py
test/dialect/postgresql/test_types.py