Skip to content

Fix Path unpacking when useBigInt is on #766

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

Merged
merged 1 commit into from
Aug 12, 2021

Conversation

bigmontz
Copy link
Contributor

The code was trying to do math between Number and BigInt during the Path unpacking. The usage of toNumber convert any BigInt|Number|Integer to number in optimal way.

Also implements the bind between Relationship and CypherRelatioship to make the code be able to be tested.

The code was trying to do math between Number and BigInt during the Path unpacking. The usage of `toNumber` convert any BigInt|Number|Integer to number in optimal way.

Also implements the bind between Relationship and CypherRelatioship to make the code be able to be tested.
@bigmontz bigmontz merged commit dbf93a8 into neo4j:4.3 Aug 12, 2021
@bigmontz bigmontz deleted the 4.3-fix-bigint-in-path branch August 12, 2021 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant