Skip to content

Commit

Permalink
Merge branch 'dev' into alter-database-options
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-ince authored Sep 20, 2023
2 parents 5260017 + 58f8a5c commit 979bffe
Show file tree
Hide file tree
Showing 52 changed files with 2,908 additions and 3,985 deletions.
33 changes: 21 additions & 12 deletions modules/ROOT/content-nav.adoc
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
* xref:introduction/index.adoc[]
** xref:introduction/cypher_overview.adoc[]
** xref:introduction/cypher_tutorial.adoc[]
** xref:introduction/cypher_neo4j.adoc[]
** xref:introduction/cypher_aura.adoc[]
* xref:syntax/index.adoc[]
** xref:syntax/parsing.adoc[]
** xref:syntax/naming.adoc[]
** xref:syntax/expressions.adoc[]
** xref:syntax/variables.adoc[]
** xref:syntax/reserved.adoc[]
** xref:syntax/parameters.adoc[]
** xref:syntax/operators.adoc[]
** xref:syntax/comments.adoc[]
* xref:queries/index.adoc[]
** xref:queries/concepts.adoc[]
** xref:queries/basic.adoc[]
** xref:queries/expressions.adoc[]
** xref:queries/case.adoc[]
* xref:clauses/index.adoc[]
** xref:clauses/clause_composition.adoc[]
Expand All @@ -31,7 +26,6 @@
** xref:clauses/remove.adoc[]
** xref:clauses/foreach.adoc[]
** xref:clauses/merge.adoc[]
** xref:clauses/call-subquery.adoc[]
** xref:clauses/call.adoc[]
** xref:clauses/union.adoc[]
** xref:clauses/use.adoc[]
Expand All @@ -42,6 +36,12 @@
** xref:clauses/transaction-clauses.adoc#query-listing-transactions[SHOW TRANSACTIONS]
** xref:clauses/transaction-clauses.adoc#query-terminate-transactions[TERMINATE TRANSACTIONS]
* xref:subqueries/index.adoc[]
** xref:subqueries/call-subquery.adoc[]
** xref:subqueries/subqueries-in-transactions.adoc[]
** xref:subqueries/existential.adoc[]
** xref:subqueries/count.adoc[]
** xref:subqueries/collect.adoc[]
* xref:patterns/index.adoc[]
** xref:patterns/concepts.adoc[]
Expand All @@ -57,7 +57,7 @@
** xref:values-and-types/lists.adoc[]
** xref:values-and-types/maps.adoc[]
** xref:values-and-types/casting-data.adoc[]
** xref:values-and-types/type-predicate.adoc[]
* xref:functions/index.adoc[]
** xref:functions/predicate.adoc[]
Expand Down Expand Up @@ -117,6 +117,15 @@
*** xref:administration/access-control/limitations.adoc[]
*** xref:administration/access-control/privileges-immutable.adoc[]
* xref:syntax/index.adoc[]
** xref:syntax/parsing.adoc[]
** xref:syntax/naming.adoc[]
** xref:syntax/variables.adoc[]
** xref:syntax/reserved.adoc[]
** xref:syntax/parameters.adoc[]
** xref:syntax/operators.adoc[]
** xref:syntax/comments.adoc[]
* xref:deprecations-additions-removals-compatibility.adoc[]
* xref:keyword-glossary.adoc[]
Expand Down
9 changes: 9 additions & 0 deletions modules/ROOT/images/call_subquery_graph.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions modules/ROOT/images/case_graph.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 979bffe

Please sign in to comment.