Closed jakobbraun closed 4 years ago
in the example in the README.md in line StringRendererConfig.builder().useQuotes().build(); the useQuotes() method does not exist.
StringRendererConfig.builder().useQuotes().build();
useQuotes()
looks like the method was renamed to quoteIdentifiers()
quoteIdentifiers()
there seems to be some more things broken in this example...
Closed with #73
in the example in the README.md in line
StringRendererConfig.builder().useQuotes().build();
theuseQuotes()
method does not exist.