Add JDBC and DRIVER as non-reserved keywords

Details

Detail name Value
Changelog Number 13966
Type Improvement
Status Resolved
Fix Versions Exasol 8.0.0
Resolution Date 2022-04-20

Background

EXA_SQL_KEYWORDS gives a list of all non-reserved and reserved keywords.

Non-reserved keywords can be used as e.g table names, but they are also used as syntactic tokens and are also recognized by the lua preprocessor function iskeyword(...).

Improvement

JDBC and DRIVER are added to the keywords as non-reserved.

Changed behavior

Added JDBC and DRIVER as non-reserverd keywords