Hey, Sorry to necro this but I was wondering if it was possible to overrider the functionality of the default converters. For example with SQLServerDataType and DateTimeOffest, I'm wanting to convert the DateTimeOffset to a joda DateTime Object. I like to leverage JOOQ's autoconversion but override one one type of the converter. I'd like to be able to do this in a generic fashion because I don't know the schema of the database I'm trying to access and it would be expensive to reiterate over the data to check for DateTimeOffset in the resultSet (JOOQ auto converts to Timestamp which loses the timezone information).
Thanks! -- 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.
