Hi Lukas; Thanks for all your awesome work on jOOQ!
I'm having troubles finding any working example of how to create a converter or a custom binding from a postgres enum to the jooq generated enum (or some means to use only the enum we have defined elsewhere). Because we share code with clients, we can't use the generated enum, and so far, the only way to get jOOQ to play nice is to change all of our postgres ENUM types to raw text to get support for a Converter<String, MyEnum>. What does it take to get conversion from <MyEnum, JooqsMyEnum> ? I'm not opposed to writing my own Binding, however, this looks non-trivial, and would rather here from the source than muddle something together that might work for my test cases, but fail around some unconsidered edge case. Thank you! -- 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/d/optout.
