Skip to content
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

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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

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.

2 participants