java - UUID not working with JOOQ and PostgreSQL -
Whenever I try to set or retrieve the area of UUID type, I get the following error from JOOQ: "Not supported by the bid: type class java.util.UUID is not supported in the bid null"
Everything else works great and as far as I can tell the bids that properly set on postgres What is happening on any idea?
You are using jOOQ 2.6.4. java.util.UUID types are only supported by jOOQ 3.0:
-
But when If you are on it, you would want to upgrade to the very latest version (which is 3.4.1, when I answered it)
Comments
Post a Comment