Open chenmaochang opened 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
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