I'm not sure if this is a bug or was brought up before (I hope not).
But if I have a table named
DATE_FORMAT
Which also includes a column named DATE_FORMAT
Then the autogen code seems to add an underscore to the column name.
For example:
List<String> supportedDateFormats = dslContext.
selectDistinct(DATE_FORMAT.DATE_FORMAT_)
.from(DATE_FORMAT)
.orderBy(DATE_FORMAT.DATE_FORMAT_)
.fetchInto(String.class);
is this intentional? Or is there something I can do on my end configuration
wise to avoid this pattern
--
Thank you
Samir Faci
--
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.