> My team have problem with fetching data from tables containing uuid column > type? Does that data type is support by Jooq or how implement fetching data > to string type?
More formal support for UUID types is on the roadmap: https://github.com/jOOQ/jOOQ/issues/1624 Currently, I suggest you have this type treated as VARCHAR / String. What type of problems are you running into? Cheers Lukas
