Snowflake-Labs / sqltools-snowflake-driver

A Snowflake driver for the SQLTools VSCode extension.
MIT License
35 stars 15 forks source link

Set quoted identiferes ignore case session parameter #17

Closed koszti closed 3 years ago

koszti commented 3 years ago

Fixes #10

The driver fails to connect for cases where the QUOTED_IDENTIFIERS_IGNORE_CASE in the snowflake account/user is set to True. This PR sets QUOTED_IDENTIFIERS_IGNORE_CASE session parameter to False.