Hi Christopher, > [...] > 1. Would it be possible to fix the routines generation to use the same > code to produce names? > 2. Much lower priority if 1. is fixed: would it be possible to have a > global name strategy switch to favor all caps or untouched names?
You're digging up feature requests that I have tried to forget for a long time :-) This one is about configuring naming prefixes / suffixes / transformation from under_score_style to CamelCase, etc: https://sourceforge.net/apps/trac/jooq/ticket/408 Unfortunately, the current GeneratorStrategy is not thorough enough to enforce this feature request throughout generated code. But jOOQ has come a long way since #408. I think today, this will be easier to implement, along with this feature, too: https://sourceforge.net/apps/trac/jooq/ticket/1126 I'll see what can be done Cheers Lukas
