exasol / sql-statement-builder

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

Support negative intervals #12

Closed redcatbear closed 5 years ago

redcatbear commented 6 years ago

Is your feature request related to a problem? Please describe. If you calculate how many days ago some data was created, you get a negative integer as result.

Describe the solution you'd like The SQL query builder must support rendering and parsing negative intervals.