- Notifications
You must be signed in to change notification settings - Fork311
SqlBulkCopy support for JSON datatype#2916
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
codecovbot commentedOct 13, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## main #2916 +/- ##==========================================- Coverage 71.88% 71.83% -0.05%========================================== Files 294 294 Lines 60253 60287 +34 ==========================================- Hits 43311 43310 -1- Misses 16942 16977 +35
Flags with carried forward coverage won't be shown.Click here to find out more. ☔ View full report in Codecov by Sentry. |
src/Microsoft.Data.SqlClient/netfx/src/Microsoft/Data/SqlClient/TdsParser.csShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
cbfa119
intodotnet:mainUh oh!
There was an error while loading.Please reload this page.
This PR adds SqlBulkCopy support for for JSON datatype.
It supports streaming as well for multibyte characters.
A new testcase JsonBulkCopyTest has been introduced to test changes with CommandBehavior Default and SequentialAccess and with EnableStreaming set and unset.