exasol / sql-statement-builder

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

Java primitive types as literals #57

Closed redcatbear closed 4 years ago

redcatbear commented 4 years ago

Situation

Currently primitive types are not all supported where literals are expected (e.g. in value expressions). For the sake of uniformity and convenience all Java primitive types should be supported as value literals.

Acceptance

  1. All primitive Java types are supported as value literals
AnastasiiaSergienko commented 4 years ago

Closed with #60