Closed 0x777 closed 9 years ago
Oh. I presumed that you had implemented some special codec functionality when I suggested to implement the type here. Since there is nothing but a type wrapper, a codecs library is not a proper place for that.
I'll see what I can do with the original pull request in the "hasql-postgres" library.
Added a type
PGEnum
which is anewtype
wrapper overData.Text.Text
as discussed here.