SNOW-1045676: Update getSQLKeywords to match actual reserved keywords in Snowflake #1630
Labels
bug
status-fixed_awaiting_release
The issue has been fixed, its PR merged, and now awaiting the next release cycle of the connector.
status-triage_done
Initial triage done, will be further handled by the driver team
What is the current behavior?
The getSQLKeywords method returns a list of keywords that does not match the Snowflake documentation and restricts words that are actually allowed in Snowflake, such as NAME.
It also does not include keywords, such as ILIKE, that are restricted by Snowflake.
What is the desired behavior?
The method should return the accurate list of reserved keywords.
How would this improve
snowflake-jdbc
?Applications that use this metadata to restrict keywords would have the accurate information available.
References, Other Background
Snowflake Reserved and Limited Keywords
The text was updated successfully, but these errors were encountered: