-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Int value range is incorrect #826
Labels
priority/med-pri
Priority: medium
Comments
I will try to fix this issue myself. |
Insert edge has the same question. |
Great! |
moneytoyang
added a commit
to moneytoyang/nebula
that referenced
this issue
Aug 28, 2019
dutor
added a commit
that referenced
this issue
Jan 7, 2020
* Fix arithmetic overflow * fix #826 Int value range is incorrect * rebase upstream * rebase upstream Co-authored-by: dutor <440396+dutor@users.noreply.github.com>
tong-hao
pushed a commit
to tong-hao/nebula
that referenced
this issue
Jun 1, 2021
* Fix arithmetic overflow * fix vesoft-inc#826 Int value range is incorrect * rebase upstream * rebase upstream Co-authored-by: dutor <440396+dutor@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
数类
Nebula支持两种基础数据类型 -- int64 & double
int64的范围是[-9223372036854775808, 9223372036854775807]。double没有上限和下限。
注意:在基于int64的计算中不存在溢出。
case:
-9223372036854775808 value should be able to insert database int column.
The text was updated successfully, but these errors were encountered: