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

SqlBulkCopy copies only first row when performing bulk copy for JSON datatype #3000

Open
apoorvdeshmukh opened this issue Nov 13, 2024 · 1 comment
Assignees
Labels
Area\Json Issues that are targeted for the Json feature in the driver.
Milestone

Comments

@apoorvdeshmukh
Copy link
Contributor

BulkCopy for JSON datatype transfers only first row from source table to destination table when bulk copy operation is being performed.
All rows of the source table should be copied on the destination table.

@apoorvdeshmukh apoorvdeshmukh added the Area\Json Issues that are targeted for the Json feature in the driver. label Nov 13, 2024
@apoorvdeshmukh apoorvdeshmukh self-assigned this Nov 13, 2024
@cheenamalhotra cheenamalhotra added this to the 6.0-preview3 milestone Nov 15, 2024
@cheenamalhotra
Copy link
Member

Discussed offline, this is a server side bug and no client side changes are needed. Moving this to future milestone as test cases will need be added to validate the behavior when fix is validated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area\Json Issues that are targeted for the Json feature in the driver.
Projects
None yet
Development

No branches or pull requests

2 participants