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
Is it worth checking somewhere what happens with different decimal scales?
Something like
select * from decimal_simple where c1 >= CAST(0.00002 as Decimal(10,8))
I am not sure if the coercion to an appropriate decimal type is covered elsewhere
Originally posted by @alamb in #2200 (comment)
The text was updated successfully, but these errors were encountered:
This is caused bycomparison_binary_numeric_coercion in the binary_rule.rs
comparison_binary_numeric_coercion
binary_rule.rs
Sorry, something went wrong.
It will fixed in the next pr
For the comparison rule #1483
Successfully merging a pull request may close this issue.
Is it worth checking somewhere what happens with different decimal scales?
Something like
I am not sure if the coercion to an appropriate decimal type is covered elsewhere
Originally posted by @alamb in #2200 (comment)
The text was updated successfully, but these errors were encountered: