Skip to content

Integer overflow for large multiplications in return projection #367

@cyrusknopf

Description

@cyrusknopf

On the branch for #360, the following query gives:

turing:simpledb> match (n) return n.age * 1000000000000000000
+-----------------------------+
| n.age * 1000000000000000000 |
+-----------------------------+
| -4893488147419103232        |
+-----------------------------+
| -4893488147419103232        |
+-----------------------------+

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions