I am also trying to use UUID (as Primary Key) in PostgreSQL DB.  It would 
be nice to have native java.util.UUID support
(via JOOQ) for many reasons such as type safety, performance,...and less 
code trying to convert/validate UUID correctness to/from DB....   

On Saturday, September 1, 2012 1:42:06 AM UTC-5, Lukas Eder wrote:
>
> > 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 
>

Reply via email to