exasol / sql-statement-builder

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

Add support for special cases of scalar functions #68

Closed AnastasiiaSergienko closed 1 year ago

AnastasiiaSergienko commented 4 years ago

Currently unsupported or partly supported scalar function:

String Functions:

Functions for Hierarchical Queries:

Other Scalar Functions

We need to decide which of them we want to support and implement them if needed.

redcatbear commented 1 year ago

Shelved, because not in roadmap focus.