snowflake-jdbc
snowflake-jdbc copied to clipboard
SNOW-1045676: Add missing reserved keywords
Overview
SNOW-1045676
Pre-review self checklist
- [X] PR branch is updated with all the changes from
master
branch - [X] The code is correctly formatted (run
mvn -P check-style validate
) - [X] New public API is not unnecessary exposed (run
mvn verify
and inspecttarget/japicmp/japicmp.html
) - [X] The pull request name is prefixed with
SNOW-XXXX: