exasol / sql-statement-builder

Build SQL statements safely without string concatenation
MIT License
25 stars 4 forks source link

Example in Readme broken #61

Closed jakobbraun closed 4 years ago

jakobbraun commented 4 years ago

in the example in the README.md in line StringRendererConfig.builder().useQuotes().build(); the useQuotes() method does not exist.

jakobbraun commented 4 years ago

looks like the method was renamed to quoteIdentifiers()

jakobbraun commented 4 years ago

there seems to be some more things broken in this example...

AnastasiiaSergienko commented 4 years ago

Closed with #73