Skip to content

Commit

Permalink
Cypher 25 antora cherry-picks (#1164, 1167, 1168) (#1169)
Browse files Browse the repository at this point in the history
Co-authored-by: Neil Dewhurst <[email protected]>
  • Loading branch information
JPryce-Aklundh and recrwplay authored Jan 16, 2025
1 parent c3eb5f6 commit cbd3de0
Show file tree
Hide file tree
Showing 9 changed files with 94 additions and 110 deletions.
3 changes: 1 addition & 2 deletions antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ nav:
- modules/ROOT/content-nav.adoc
asciidoc:
attributes:
neo4j-version: '2025.01'
neo4j-version-minor: '2025.01.00'
neo4j-version: '2025.02'
6 changes: 3 additions & 3 deletions modules/ROOT/pages/clauses/call.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ CALL dbms.checkConfigValue('server.bolt.enabled', 'true')
| "valid" | "message"
| true | "requires restart"
1+d|Rows: 2
2+d|Rows: 2
|===
====
Expand Down Expand Up @@ -118,7 +118,7 @@ CALL dbms.checkConfigValue($setting, $value)
| "valid" | "message"
| true | "requires restart"
1+d|Rows: 2
2+d|Rows: 2
|===
[NOTE]
Expand Down Expand Up @@ -153,7 +153,7 @@ CALL dbms.checkConfigValue($setting, 'true')
| "valid" | "message"
| true | "requires restart"
1+d|Rows: 2
2+d|Rows: 2
|===
====
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/clauses/where.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ For more information, see the section about the xref:syntax/operators.adoc#match
| 'Andy'
| 'Timothy'
| 'Peter'
2+|Rows: 1
1+|Rows: 3
|===

Note that the `IS NORMALIZED` operator returns `null` when used on a non-`STRING` value.
Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/functions/aggregating.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ The `Guy Pearce` node will, therefore, get counted twice when not using `DISTINC
| friendOfFriend.name | count(friendOfFriend) | count(ALL friendOfFriend) | count(DISTINCT friendOfFriend)
| "Guy Pearce" | 2 | 2 | 1
2+d|Rows: 1
4+d|Rows: 1
|===
Expand Down
Loading

0 comments on commit cbd3de0

Please sign in to comment.