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

BulkInsert: Decimals not working correctly #65

Open
Svenskapojkarna opened this issue Dec 17, 2024 · 0 comments
Open

BulkInsert: Decimals not working correctly #65

Svenskapojkarna opened this issue Dec 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Svenskapojkarna
Copy link
Contributor

An issue has been reported where BulkInsert-Task doesn't insert decimal values correctly.
The issue occured when user mapped a JArray data which contains a decimal value, such as 2.37.
When the data was inserted, the value turned to 2.36.
When we switched the Task to ExecuteQuery, and set the fields data type to decimal, the insert worked correctly.
So it would seem that inserts to Decimal-type fields are not working correctly with BulkInsert.

@Svenskapojkarna Svenskapojkarna added the bug Something isn't working label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant