Skip to content

BulkInsert: Decimals not working correctly #65

Description

@Svenskapojkarna

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.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions