-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handling Array (Variant) objects from Snowflake #4
Comments
Thank you for your bug report! I have just fixed this bug in Mapper, now it should properly map |
@vostruk, I've included this fix into latest NuGet release - Snowflake.Client 0.3.1. |
@fixer-m, yes array mapping works well now. Thanks a lot for solving that! Also I found another bug related to it (could open a new issue if needed) - when using complex objects (like List) in sqlParams the error is thrown.
Causes an error in SnowflakeClient.cs like 137 (BuildQueryRequest method) I understand where this may come from, since filtering on such objects may not be needed. But inserts of complex objects is quite common thing, at least in my case. |
@vostruk Great! |
Done, |
Hi,
First of all thanks for developing this library, it is much better than default one in my opinion!
I was testing it and tried to query Snowflake ARRAY type into C# List, but received
Is there a way to overcome this using Options or the fix should be added to Mapper?
The text was updated successfully, but these errors were encountered: