JuliaDatabases / PostgreSQL.jl

DEPRECATED: use LibPQ.jl instead
https://github.com/invenia/LibPQ.jl
Other
60 stars 39 forks source link

Add handling for UUID types #54

Closed swt30 closed 6 years ago

swt30 commented 7 years ago

Use the Base.Random.UUID type to parse UUIDs from Postgres.

I used unsafe_string because bytestring is deprecated. You'll need to merge a PR that fixes deprecations to replace those other uses of bytestring and get everything else working too. I suggest enabling femtocleaner on this repo to make that easy :)

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.3%) to 75.225% when pulling 5bf0b285fd5a59685e77d034c242e71ba589e82e on swt30:add-uuid-parsing into a29b45f9d922948dc914d4cc3e34a7352fa29282 on JuliaDB:master.