Skip to content

Commit

Permalink
document new unicode deprecation notification for the future 5.15 rel… (
Browse files Browse the repository at this point in the history
neo4j#783)

…ease

---------

Co-authored-by: Jessica Wright <[email protected]>
  • Loading branch information
2 people authored and JPryce-Aklundh committed Dec 11, 2023
1 parent 2395c29 commit 42966cf
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@ RETURN count(ALL n.prop)

| Added a new keyword xref::functions/aggregating.adoc#counting_with_and_without_duplicates[ALL], explicitly defining that the aggregate function is not `DISTINCT`.
This is a mirror of the already existing keyword `DISTINCT` for functions.
The Unicode character \`\u0085` is deprecated for unescaped identifiers and will be considered as a whitespace character in the future.
To continue using it, escape the identifier by adding backticks around the identifier.
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`.

|===

[[cypher-deprecations-additions-removals-5.14]]
Expand Down

0 comments on commit 42966cf

Please sign in to comment.