Hello, I've created a custom field, binding, and converter for working with PostGIS geometry columns. This code works well on JOOQ 3.10.x, but when updating to 3.11.x I'm running to errors. I followed the example here <http://www.jooq.org/doc/3.11/manual-single-page/#custom-queryparts>. In JOOQ 3.11, the first time the custom field is evaluated the delegate(Configuration configuration)gets called with the correct Postgres configuration for my DSLContext. However, on subsequent calls a different default Configuration is passed in and my configuration.dialect().family() check fails. Looking up through the stack shows that the DSLContext is being replaced with a DefaultDSLContext that loses the connection to the database. Have I missed a migration when upgrading to 3.11? Thanks in advance for the assistance.
Cheers, Brett -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jooq-user/c23a4e9d-bf80-439a-aa57-fc00be5e9bb2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
