]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Basic type support for the new range types in postgres 9.2
authorChris Withers <chris@simplistix.co.uk>
Sun, 19 May 2013 07:50:06 +0000 (08:50 +0100)
committerChris Withers <chris@simplistix.co.uk>
Mon, 10 Jun 2013 11:09:55 +0000 (12:09 +0100)
commit70edfa229c8bd3d34f11fbfeaf5a7fa6bb1dfff2
treeef228e6d943875af55865fabb6b11e00830bcda5
parent1652491cc6ef44c803e58c0d842818ab7310f498
Basic type support for the new range types in postgres 9.2
lib/sqlalchemy/dialects/postgresql/__init__.py
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/dialects/postgresql/ranges.py [new file with mode: 0644]
test/dialect/test_postgresql.py
test/requirements.py