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

Cannot view or set bigint max value in console #3667

Closed
dminkovsky opened this issue Jan 8, 2020 · 0 comments · Fixed by #4775
Closed

Cannot view or set bigint max value in console #3667

dminkovsky opened this issue Jan 8, 2020 · 0 comments · Fixed by #4775
Assignees
Labels
c/console Related to console k/bug Something isn't working p/high candidate for being included in the upcoming sprint

Comments

@dminkovsky
Copy link
Contributor

I have a row with a bigint value of 9223372036854775807 ("max_bigint"). When I view the row in the console, the value displays as 9223372036854776000. When I try use the console to set the value to max_bigint, I get the following error:

Edit failed!
Int64 is either floating or will cause over or underflow: 9.223372036854776e18

@dminkovsky dminkovsky changed the title Cannot view or set bigint to max value Cannot view or set bigint max value in console Jan 8, 2020
@0x777 0x777 added the c/console Related to console label Jan 9, 2020
@rikinsk rikinsk added k/bug Something isn't working p/high candidate for being included in the upcoming sprint labels Jan 14, 2020
@rikinsk rikinsk removed their assignment Jan 14, 2020
@beerose beerose self-assigned this Feb 5, 2020
@rikinsk rikinsk assigned soorajshankar and unassigned beerose May 14, 2020
soorajshankar added a commit to soorajshankar/graphql-engine that referenced this issue May 21, 2020
> while inserting big int from console, int will be sent as string
hasura#3667
stevefan1999-personal pushed a commit to stevefan1999-personal/graphql-engine that referenced this issue Sep 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c/console Related to console k/bug Something isn't working p/high candidate for being included in the upcoming sprint
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants