Hey I was refactoring some code, and noticed this odd case -

Broke - executor ignores the RenderMapper
        Executor create = new Executor(connection, SQLDialect.POSTGRES);
        
create.getSettings().setRenderMapping(tableMaps.getRenderMapping(tr1));

Works - executor uses RenderMapper
        Executor create = new Executor(connection, SQLDialect.POSTGRES,
                new 
Settings().withRenderMapping(tableMaps.getRenderMapping(tr1)));


I would expect this to be easily reproducible. If its not, I'll try to make 
a code sample.


-- 
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/groups/opt_out.


Reply via email to