diff options
| author | mike bayer <mike_mp@zzzcomputing.com> | 2017-08-17 09:14:07 -0400 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@awstats.zzzcomputing.com> | 2017-08-17 09:14:07 -0400 |
| commit | d173662fe01fe4c952370ad52f34b03145ffa17a (patch) | |
| tree | ecb706867575c40a56a88e1e64633c47e9773e0e /doc/build | |
| parent | eb8db2303b1677d49fc68a8ee299061e8cfc2b31 (diff) | |
| parent | c86b95038d84b40617fccd485e4596da4b139f5a (diff) | |
| download | sqlalchemy-d173662fe01fe4c952370ad52f34b03145ffa17a.tar.gz | |
Merge "Enable uuid for pg8000"
Diffstat (limited to 'doc/build')
| -rw-r--r-- | doc/build/changelog/unreleased_12/4016.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_12/4016.rst b/doc/build/changelog/unreleased_12/4016.rst new file mode 100644 index 000000000..bc91614b0 --- /dev/null +++ b/doc/build/changelog/unreleased_12/4016.rst @@ -0,0 +1,7 @@ +.. change:: + :tags: bug, postgresql + :tickets: 4016 + + 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.
\ No newline at end of file |
