-
-
Notifications
You must be signed in to change notification settings - Fork 220
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
Integer hex-literal support for INT128 #6809
Comments
I wonder - should this improvement go to v4.0? On my mind this can wait first service release. |
@AlexPeshkoff, I agree. |
I agree as well. |
AlexPeshkoff
added a commit
that referenced
this issue
May 14, 2021
AlexPeshkoff
added a commit
that referenced
this issue
Jun 1, 2021
Testing with current v5 snapshot:
I definitely agree that an error should be raised, but currently it's missing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, the integer hex-literal does not support
INT128
. Values with more than 8 hex pairs result in aINTEGER
with value 0.Expected behaviour:
INTEGER
BIGINT
INT128
The text was updated successfully, but these errors were encountered: