Skip to content

Commit 72ccfe4

Browse files
fix conflict and add links
2 parents 00e6ed4 + a740be1 commit 72ccfe4

26 files changed

+688
-266
lines changed

antora.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ nav:
77
asciidoc:
88
attributes:
99
neo4j-version: '5'
10-
neo4j-version-minor: '5.25'
11-
neo4j-version-exact: '5.25.0'
10+
neo4j-version-minor: '5.26'
11+
neo4j-version-exact: '5.26.0'

modules/ROOT/images/graph_match_clause.svg

Lines changed: 1 addition & 1 deletion
Loading

modules/ROOT/pages/appendix/gql-conformance/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
:description: Overview of Cypher's conformance to GQL.
22
= GQL conformance
33

4-
*Last updated*: 13 September 2024 +
5-
*Neo4j version*: 5.24
4+
*Last updated*: 24 October 2024 +
5+
*Neo4j version*: 5.25
66

77
GQL is the new link:https://www.iso.org/home.html[ISO] International Standard query language for graph databases.
88

modules/ROOT/pages/appendix/gql-conformance/supported-optional.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@ These codes order the features in the table below.
9393
| xref:patterns/reference.adoc#graph-patterns-rules-variable-references[Graph patterns -> Rules]
9494
|
9595

96+
| GB01
97+
| Long identifiers
98+
| xref:syntax/naming.adoc#identifier-length-limit[Naming rules and recommendations -> Identifier length limit]
99+
|
100+
96101
| GF01
97102
| Enhanced numeric functions
98103
| xref:functions/mathematical-numeric.adoc#functions-abs[`abs()`], xref:functions/mathematical-numeric.adoc#functions-floor[`floor()`], xref:functions/mathematical-logarithmic.adoc#functions-sqrt[`sqrt()`].

modules/ROOT/pages/clauses/load-csv.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,14 @@ Added 4 nodes, Set 8 properties, Added 4 labels
171171
[role=label--enterprise-edition label--not-on-aura]
172172
=== Import from cloud URIs
173173

174+
You can import data from a number of different cloud storages:
175+
176+
* xref:clauses/load-csv.adoc#azure-cloud-storage[Azure Cloud Storage]
177+
* xref:clauses/load-csv.adoc#google-cloud-storage[Google Cloud Storage]
178+
* ref:clauses/load-csv.adoc#aws-s3[AWS S3]
179+
180+
See link:{neo4j-docs-base-uri}/operations-manual/current/backup-restore/restore-dump/#load-dump-cloud-storage[Operations Manual -> Load a dump from a cloud storage] on how to set up access to cloud storages.
181+
174182
[[azure-cloud-storage]]
175183
[role=label--new-5.24]
176184
==== Import from an Azure Cloud Storage URI

0 commit comments

Comments
 (0)