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

Decfloat error working with int128 in UDR #8011

Closed
AlexPeshkoff opened this issue Feb 18, 2024 · 0 comments
Closed

Decfloat error working with int128 in UDR #8011

AlexPeshkoff opened this issue Feb 18, 2024 · 0 comments

Comments

@AlexPeshkoff
Copy link
Member

AlexPeshkoff commented Feb 18, 2024

An issue was reported to me privately.

On attempt to return really big int128 (42540766452641154071740215577757643572) from UDR function an error is raised:

Unsuccessful execution caused by system error that does not preclude successful execution of subsequent statements.
Decimal float invalid operation.  An indeterminant error occurred during an operation.
-------------------------------------------------------------------------------------------------------------------
SQLCODE: -901
SQLSTATE: 22000
GDSCODE: 335545141
 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment