pepsico-ecommerce / snowflex

elixir snowflake client
Apache License 2.0
52 stars 10 forks source link

Add unicode_string_param function #60

Closed PM-Pepsico closed 2 years ago

PM-Pepsico commented 2 years ago

The :sql_varchar type only supports non-unicode characters. We add another function which will convert string to UTF-16 and use the appropriate :sql_wvarchar type.