Skip to content

Commit

Permalink
jooq renden config
Browse files Browse the repository at this point in the history
  • Loading branch information
dojinyou committed Oct 14, 2023
1 parent 181f71f commit 554a53d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import org.jooq.RecordMapper
import org.jooq.RecordMapperProvider
import org.jooq.RecordType
import org.jooq.SQLDialect
import org.jooq.conf.RenderNameCase
import org.jooq.impl.DataSourceConnectionProvider
import org.jooq.impl.DefaultConfiguration
import org.jooq.impl.DefaultDSLContext
Expand Down Expand Up @@ -41,6 +42,7 @@ class JooqContextConfiguration(
.withExecuteWithOptimisticLocking(true)
.withExecuteLogging(true)
.withMapConstructorParameterNamesInKotlin(true)
.withRenderNameCase(RenderNameCase.LOWER)

jooqConfiguration.set(settings)
jooqConfiguration.set(connectionProvider())
Expand Down

0 comments on commit 554a53d

Please sign in to comment.