Skip to content

Conversation

@sfc-gh-dszmolka
Copy link
Contributor

SNOW-978294 provide usage example on how to insert data into a VARIANT column

example kindly provided by @rkdnc9

@codecov
Copy link

codecov bot commented Nov 29, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (62f2206) 83.56% compared to head (64b0b6b) 83.54%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #824      +/-   ##
==========================================
- Coverage   83.56%   83.54%   -0.02%     
==========================================
  Files          89       89              
  Lines        9155     9155              
  Branches      837      837              
==========================================
- Hits         7650     7649       -1     
- Misses       1275     1277       +2     
+ Partials      230      229       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

```cs
var p2 = new SnowflakeDbParameter("data", SFDataType.TEXT) { Value = jsonStr };
```

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The only thing binding with named parameters is not supported in multi statement queries.
Can you please make a not on this @sfc-gh-dszmolka and we will merge this

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants