Re: java.util.UUID to postgres uuid column

2010-02-28 Thread Larry Meadors
I think the combination of #value# and the type handler should work - it may take some messing around and debugging to figure out what exactly is going on. Unfortunately, I just do not have the free time to do that. :-) If you would like me to block out a couple of hours to figure it out for you,

Re: java.util.UUID to postgres uuid column

2010-02-28 Thread Vikram Subbarao
Hello All, Any idea on this? Regards Vikram Vikram Subbarao wrote: The uuid in database is stored in a column of type uuid supported by postgres db. Now when i use the query below, i am passing a string and would become VARCHAR to database which results in postgres db complaining that it ca