jklingsporn / vertx-jooq

A jOOQ-CodeGenerator to create vertx-ified DAOs and POJOs.
MIT License
384 stars 53 forks source link

How to integrate with sharding-jdbc? #198

Open chenmaochang opened 2 years ago

chenmaochang commented 2 years ago

when I put the setting 'withRenderSchema' to false,it seems not working,the sql looks like [select 'tableA'.'fieldB' from 'tableA'] ,but what I want is [select 'fieldB' from 'tableA'] to let the sharding-jdbc to use multiple schema