]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Enable uuid for pg8000
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 8 Aug 2017 16:56:43 +0000 (12:56 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 8 Aug 2017 22:00:18 +0000 (18:00 -0400)
commitc86b95038d84b40617fccd485e4596da4b139f5a
tree520108197c050038766a6a6a8bd83e1673733887
parent03560c4b83308719067ec635662c35f9a437fb7f
Enable uuid for pg8000

Enabled UUID support for the pg8000 driver, which supports native Python
uuid round trips for this datatype.  Arrays of UUID are still not supported,
however.

Change-Id: I44ca323c5d9f2cd87327210233bc36a3556eb050
Fixes: #4016
doc/build/changelog/unreleased_12/4016.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/postgresql/pg8000.py
test/dialect/postgresql/test_types.py