Error: no overload matches 'PG::Decoders.array_decoder' with type UUID.class
jwoertink opened this issue · 1 comments
jwoertink commented
The PG::Decoders.array_decoder
method supports a lot of the types that postgres supports, but doesn't include UUID
.
I'm using version: 0.22.1
matthewmcgarvey commented
Looks like it's just a matter of adding UUID to this list
crystal-pg/src/pg/decoders/array_decoder.cr
Line 112 in cafe0fd