df4cbdc5b2
Summary: Fixing https://app.asana.com/0/170237629387822/481366792497820/f Test plan: Started two builds, one with the fix and the second one without the fix. Connected to each of them using `neo4j` client. Logs received from the build wihtout the fix: ``` neo4j> Create (n: BigInteger{id:12345678912345678912345}) return n; <interactive>:0:0: error: ``` ``` I1120 13:29:09.551208 30482 executing.hpp:69] [Run] 'Create (n: BigInteger{id:12345678912345678912345}) return n' W1120 13:29:09.552387 30482 executing.hpp:145] Error message: ``` Logs received from the build with the fix: ``` neo4j> Create (n: BigInteger{id:12345678912345678912345}) return n; <interactive>:0:0: error: Integer literal exceeds 64 bits ``` ``` I1120 13:29:07.940943 30453 executing.hpp:69] [Run] 'Create (n: BigInteger{id:12345678912345678912345}) return n' W1120 13:29:07.942919 30453 executing.hpp:146] Error message: Integer literal exceeds 64 bits ``` Reviewers: mislav.bradac, teon.banek Reviewed By: mislav.bradac Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D997 |
||
---|---|---|
.. | ||
communication | ||
data_structures | ||
database | ||
durability | ||
io/network | ||
mvcc | ||
query | ||
storage | ||
threading | ||
transactions | ||
utils | ||
config.hpp | ||
memgraph_bolt.cpp | ||
version.hpp.in |