We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently Starcounter supports X6Decimal which has less precision compare to .Net CLR version. It leads to exceptions like:
{"ScErrCLRDecToX6DecRangeError (SCERR4246): The CLR Decimal cannot be converted to a Starcounter X6 decimal without data loss. Range error.\r\nVersion: 2.2.1834.\r\nHelp page: https://github.com/Starcounter/Starcounter/wiki/SCERR4246."}
Full version of .Net CLR decimal should be implemented.
Docs page has to be updated after the implementation - Starcounter - Data types.
@bigwad please assign @Mackiovello when the implementation done, he will update the documentation.
The text was updated successfully, but these errors were encountered:
bigwad
No branches or pull requests
Currently Starcounter supports X6Decimal which has less precision compare to .Net CLR version. It leads to exceptions like:
Full version of .Net CLR decimal should be implemented.
Docs page has to be updated after the implementation - Starcounter - Data types.
@bigwad please assign @Mackiovello when the implementation done, he will update the documentation.
The text was updated successfully, but these errors were encountered: