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

Fix formatting of large duration values #1958

Merged
merged 7 commits into from
Apr 3, 2024

Conversation

OskarDamkjaer
Copy link
Contributor

Neo4j supports larger duration values than the library we used for formatting/normalizing durations supported, so we'll go back to less fancy formatting of durations.

With this change, the following:
RETURN duration("PT9223372036854775806S") as a, duration("PT9223372036854775807S") as b
returns the expected results again.

@OskarDamkjaer OskarDamkjaer merged commit fc60d6a into neo4j:master Apr 3, 2024
15 checks passed
@OskarDamkjaer OskarDamkjaer deleted the fix_duration_issue branch April 3, 2024 07:03
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