exasol / exasol-virtual-schema

Virtual Schema from Exasol to Exasol
MIT License
1 stars 2 forks source link

Remove parentheses for CURRENT_CLUSTER #63

Closed narmion closed 2 years ago

narmion commented 2 years ago

CURRENT_CLUSTER does not work with parentheses. The entry for CURRENT_CLUSTER is missing in this.omitParenthesesMap.

Valid Exasol SQL: SELECT CURRENT_CLUSTER FROM t;