Since jOOQ does not map TINYINT(1) to java.lang.Boolean by default, is it possible to add this mapping programmatically? The solutions I found do not fit my case, which is: DSL.using( SQLDialect.MYSQL ).fetchOne( resultSet ).intoMap()
The problem is that the fields list is completely dynamic, so I can't set proper Bindings or Converters on Field instances. Rather I need this setting to be global, attached to some configuration or something. -- 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.
