Parse-SDK-dotNET icon indicating copy to clipboard operation
Parse-SDK-dotNET copied to clipboard

Feature/fix conversion error of double type range values to long type

Open TobiasPott opened this issue 5 years ago • 1 comments

This pull request targets the issue of values retrieved from parse-server exceeding the long64 value range mentioned in #339 It handles it by using a fallback to the double type with a higher range as this also would be the type with which the higher values can only be added to the parse-server using the .NET SDK.

It also includes a test checking for long max and min values and the double max and min values and the specific value mentioned in the issue.

@TheFanatr Could you take a look at this PR and give me feedback whether or not to change anything (especially the test part as I'm unsure if it will be sufficient)

TobiasPott avatar Sep 15 '20 10:09 TobiasPott

@TheFanatr @TobiasPott any update on this?

saamerm avatar Sep 28 '21 11:09 saamerm