Add documentation for new functions (GQL compliance)#1468
Merged
rsill-neo4j merged 4 commits intodevfrom Mar 6, 2026
Merged
Conversation
64e119f to
17a73d5
Compare
gem-neo4j
requested changes
Feb 9, 2026
Contributor
gem-neo4j
left a comment
There was a problem hiding this comment.
You need to add all these to the "Additions, deprecations, removals, and compatibility" page, all new, updated, removed etc features are added there as part of the changelog for users to easily see.
You have also mentioned the GQL conformance page a lot, which is good, but you haven't updated the conformance page to contain the updates, so please update that as well :)
b556e79 to
f7458e5
Compare
gem-neo4j
requested changes
Feb 16, 2026
modules/ROOT/pages/appendix/gql-conformance/supported-optional.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/appendix/gql-conformance/supported-optional.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/appendix/gql-conformance/supported-optional.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/appendix/gql-conformance/supported-optional.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/appendix/gql-conformance/supported-optional.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/appendix/gql-conformance/supported-optional.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/appendix/gql-conformance/supported-optional.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc
Outdated
Show resolved
Hide resolved
rsill-neo4j
reviewed
Feb 19, 2026
modules/ROOT/pages/appendix/gql-conformance/supported-optional.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/appendix/gql-conformance/supported-optional.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/appendix/gql-conformance/supported-optional.adoc
Outdated
Show resolved
Hide resolved
a38b661 to
7f79ca9
Compare
3644399 to
db0e270
Compare
rsill-neo4j
reviewed
Mar 2, 2026
Contributor
rsill-neo4j
left a comment
There was a problem hiding this comment.
some suggestions for using the same wording, and i'm not sure about the upper() and lower() functions - they have been around for a while
modules/ROOT/pages/appendix/gql-conformance/supported-optional.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/appendix/gql-conformance/supported-optional.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/appendix/gql-conformance/supported-optional.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc
Outdated
Show resolved
Hide resolved
gem-neo4j
reviewed
Mar 5, 2026
modules/ROOT/pages/appendix/gql-conformance/analogous-cypher.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/appendix/gql-conformance/analogous-cypher.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/appendix/gql-conformance/analogous-cypher.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/appendix/gql-conformance/analogous-cypher.adoc
Outdated
Show resolved
Hide resolved
138710a to
03b4d7c
Compare
These new functions are aliases for existing cypher functions. They have been added to make it GQL compliant
03b4d7c to
74fb0b5
Compare
rsill-neo4j
reviewed
Mar 6, 2026
Collaborator
|
Thanks for the documentation updates. The preview documentation has now been torn down - reopening this PR will republish it. |
rsill-neo4j
approved these changes
Mar 6, 2026
rsill-neo4j
added a commit
that referenced
this pull request
Mar 6, 2026
These new functions are aliases for existing cypher functions. They have been added to make it GQL compliant. These functions are: `ceiling, local_time, local_datetime, zoned_time, zoned_datetime, duration_between, path_length, ln, collect_list, percentile_disc, percentile_cont, stdev_pop, stdev_samp` --------- Co-authored-by: Richard Sill <156673635+rsill-neo4j@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These new functions are aliases for existing cypher functions. They have been added to make it GQL compliant. These functions are:
ceiling, local_time, local_datetime, zoned_time, zoned_datetime, duration_between, path_length, ln, collect_list, percentile_disc, percentile_cont, stdev_pop, stdev_samp