customType causing type error when performing operation on table
I have a simple
customType
to use the citext
extension in Postgres.
This is fine in my table:
But when I try to use the table (e.g. db.select().from(access)
), I get the following error:
Custom type documentation is very limited. Has something changed here or am I doing something wrong?0 Replies