Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructuring Expressions #697

Merged
merged 29 commits into from
Sep 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
5accc0b
initial rearchitecture
JPryce-Aklundh Aug 17, 2023
06003b3
fix xrefs
JPryce-Aklundh Aug 17, 2023
5ba0974
big structural update
JPryce-Aklundh Aug 31, 2023
03d63fc
add core concepts page, further rearchitecture
JPryce-Aklundh Sep 6, 2023
6d3714f
fix case
JPryce-Aklundh Sep 7, 2023
b63168d
clean-up
JPryce-Aklundh Sep 7, 2023
3b6502d
first update on subqueries
JPryce-Aklundh Sep 7, 2023
60a895b
add separate transactions page, remove plus signs, and more
JPryce-Aklundh Sep 8, 2023
5a48a3e
type predicates
JPryce-Aklundh Sep 8, 2023
6a6e5c4
fix
JPryce-Aklundh Sep 8, 2023
bdabc43
Rebase
JPryce-Aklundh Sep 8, 2023
190b996
fix xref 2
JPryce-Aklundh Sep 8, 2023
01c5587
first post-review corrections
JPryce-Aklundh Sep 12, 2023
653b849
fix
JPryce-Aklundh Sep 12, 2023
538a680
major clean up, and delete tutorial file from intro
JPryce-Aklundh Sep 18, 2023
dfacf42
post-review corrections (exlcuding subqueries)
JPryce-Aklundh Sep 19, 2023
15aee58
Clarify null values example.
stefano-ottolenghi Sep 19, 2023
b24b560
update subqueries
JPryce-Aklundh Sep 19, 2023
654112f
merge
JPryce-Aklundh Sep 19, 2023
8fd2e04
Add `null` to examples, simplify examples.
stefano-ottolenghi Sep 19, 2023
b1892da
Merge branch 'dev' into new_expressions_chapter
JPryce-Aklundh Sep 19, 2023
36f80de
Improve CALL IN TRANSACTIONS page
stefano-ottolenghi Sep 20, 2023
56a1602
Cypher injection note
stefano-ottolenghi Sep 20, 2023
a65c365
more subquery fixes and some typo corrections
JPryce-Aklundh Sep 20, 2023
23a22d1
final comments
stefano-ottolenghi Sep 20, 2023
9259e2d
Table formatting
stefano-ottolenghi Sep 20, 2023
2f2e4ad
final touches
JPryce-Aklundh Sep 20, 2023
2c7a788
Merge
JPryce-Aklundh Sep 20, 2023
0fba0ee
fix queries intro page
JPryce-Aklundh Sep 20, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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