hasura / pg-client-hs

A low level Haskell library to connect to postgres
Apache License 2.0
25 stars 15 forks source link

Update `arrayOf` for multi-dimensional arrays #72

Closed i-am-tom closed 2 years ago

i-am-tom commented 2 years ago

Previously, arrayOf BoolArray would return Unknown. However, @0x777 tells me this should return BoolArray. This commit adds all the array types to the left-hand side of the arrayOf pattern match.