]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add properties to new PG Range class for compatibility with other implementations 8927/head
authorLele Gaifax <lele@metapensiero.it>
Sun, 4 Dec 2022 17:37:11 +0000 (18:37 +0100)
committerLele Gaifax <lele@metapensiero.it>
Sun, 4 Dec 2022 18:08:14 +0000 (19:08 +0100)
commit8b9e7b7e3345673b43aeabd7ec88b88dc3cfa7eb
treea1134d2af3d3193d778ed43adec001b852327e9a
parent272b400f137d62e6be31084e2d91688102187a48
Add properties to new PG Range class for compatibility with other implementations
lib/sqlalchemy/dialects/postgresql/ranges.py
test/dialect/postgresql/test_types.py