exasol / sql-statement-builder

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

Refactor `ValueExpressionVisitor` #95

Closed jakobbraun closed 3 years ago

jakobbraun commented 4 years ago

With adding more and more functions, ValueExpressionVisitor gets longish. We could split it up into two visitors. One for functions and one for literals, or similar.