will / crystal-pg

a postgres driver for crystal
BSD 3-Clause "New" or "Revised" License
462 stars 77 forks source link

registering UUID Arrays #236

Closed jwoertink closed 2 years ago

jwoertink commented 2 years ago

This fixes a bug when getting the value of a Array(UUID) from postgres giving you Bytes instead of Array(PG::UUIDArray).

It seems when I added https://github.com/will/crystal-pg/pull/225 I forgot this extra bit 😬 oops!