You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Continuing on #982 from jOOQ 3.16, it would be useful if we had out of the box data type bindings that bind org.jooq.Geometry to the JTS Geometry type, so users don't have to worry about the WKT or WKB serialisation formats.
Tasks
Create a jooq-spatial-extensions module that manages this extension and the dependency
Add the converters
Possibly add a mechanism to auto-discover such bindings in the code generator as a separate task. Would also be useful for the HSTORE binding from the jooq-postgres-extensions extension module