me (Roger Thomas change) 4:47 PM (less than a minute ago) Hi, I'm currently looking at an issue which requires UUID support in a MYSQL world.
As standard MYSQL does not have a UUID type, instead the 2 normal solutions are to store the value in a varchar(36) or a BYTE(16), with the BYTE solution being recommended due to the reduced database storage requirements and better index performance. What support in jOOQ is there for such mapping, or do I have to go down the route of Custom data types and type conversion ?<http://www.jooq.org/manual/ADVANCED/CustomTypes/> -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
