snowflakedb / gosnowflake

Go Snowflake Driver
Apache License 2.0
285 stars 116 forks source link

Always retain `fixedType`, add unit test which fails if not #1156

Closed madisonchamberlain closed 1 month ago

madisonchamberlain commented 1 month ago

Description

Fallback to retaining fixedType chunk if its not one of the types in the if/if else statements. Add a test which ensures that this works.

Checklist