hartwigmedical / hmftools

Various algorithms for analysing genomics data
GNU General Public License v3.0
189 stars 58 forks source link

DEV-3605 Add backticks for jOOQ code generation #464

Closed stefvanlieshout closed 1 year ago

stefvanlieshout commented 1 year ago

The camelCase table names are changed into upper case by jOOQ since that is the default of underlying H2 database implementation. Wrapping names in backticks avoids this.