snowflakedb / snowflake-connector-net

Snowflake Connector for .NET
Apache License 2.0
178 stars 138 forks source link

Snowflake driver changes current culture to Invariant #219

Closed BillSytin closed 1 year ago

BillSytin commented 4 years ago

Issue description

Snowflake driver changes current culture to Invariant. Applications often depend on the current thread culture, and it could be harmful and unexpected.

Example code

https://github.com/snowflakedb/snowflake-connector-net/blob/master/Snowflake.Data/Core/SFDataConverter.cs

internal SFDataConverter()
        {
            Thread.CurrentThread.CurrentCulture = CultureInfo.InvariantCulture;
        }
clegendre commented 3 years ago

What about the status of this issue and the respective PR ? This is blocking us for deploying our application.

sfc-gh-igarish commented 1 year ago

To clean up and re-prioritize more pressing bugs and feature requests we are closing all issues older than 6 months as of April 1, 2023. If there are any issues or feature requests that you would like us to address, please create them according to the new templates we have created. For urgent issues, opening a support case with this link Snowflake Community is the fastest way to get a response.