Hi Anthony, Thank you very much for reporting this. This most certainly sounds like a (very peculiar) bug - there is no such feature in jOOQ. I have created an issue for this and will investigate soon: https://github.com/jOOQ/jOOQ/issues/5334
As a workaround, you might be able to tweak things using a generator strategy: http://www.jooq.org/doc/latest/manual/code-generation/codegen-generatorstrategy I currently don't know what's causing this, so you might need to debug through the code generator / default strategy first Hope this helps, Lukas 2016-06-06 23:41 GMT+02:00 Anthony Calce <[email protected]>: > Hello, > > I have upgraded to 3.8.2 from 3.7.x and I have the following problem. > > In one database: > - Table *customer* exists (contains column *notes,* which is of text type) > - Table *customer_notes *exists > > After generating the classes, the *customer.notes* column is mapped as > *CustomerNotesRecord*, not a String. There seems to be a strange > relationship here. Is there a new setting which controls this in the > generation which I can disable? > > -- > 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. > -- 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.
