Skip to content

Conversation

@JPryce-Aklundh
Copy link
Collaborator

No description provided.

} AS x
----

a| The xref:subqueries/collect.adoc[`COLLECT`], xref:subqueries/count.adoc[`COUNT`], and xref:subqueries/existential.adoc[`EXISTS`] subquery expressions no longer use imported variables as grouping variables in aggregations.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shall we say this is a change in behaviour and what happens?

The Unicode character `\u0085` has been removed for unescaped identifiers and is now considered a whitespace character.
To continue using it, escape the identifier by adding backticks around it.
This applies to all unescaped identifiers in Cypher, such as label expressions, properties, variable names, or parameters.
In the given example, the quoted identifier would be \`my�identifier`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we fix the failed ? thingy here?

Copy link
Contributor

@gem-neo4j gem-neo4j left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! just one comment :)

[source, cypher, role="noheader"]
----
RETURN 1 as my$Identifier
RETURN 1 as my\u0024Identifier
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the dollar sign can stay to make it obvious what it is, I wanted the 0085 one changed because it didn't render to anything :)

@neo4j-docops-agent
Copy link
Collaborator

neo4j-docops-agent commented Jun 19, 2025

Thanks for the documentation updates.

The preview documentation has now been torn down - reopening this PR will republish it.

@JPryce-Aklundh JPryce-Aklundh merged commit e509773 into neo4j:dev Jun 19, 2025
5 checks passed
JPryce-Aklundh added a commit that referenced this pull request Jun 19, 2025
@JPryce-Aklundh JPryce-Aklundh deleted the 25_missing_changes branch June 19, 2025 12:06
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.

3 participants