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

AUTO: Document (and list) which APOC procs start their own transaction #2158

Merged
merged 1 commit into from
Aug 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 3 additions & 1 deletion docs/asciidoc/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,6 @@ include::partial$generated-documentation/nav.adoc[]

* xref:algorithms/index.adoc[]
** xref::algorithms/path-finding-procedures.adoc[]
** xref::algorithms/similarity.adoc[]
** xref::algorithms/similarity.adoc[]

* xref::transaction/index.adoc[]
35 changes: 35 additions & 0 deletions docs/asciidoc/modules/ROOT/pages/transaction/index.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[[transaction]]
= List of procedures with its own transaction
:description: This chapter describes the list of procedures that start their own transaction in the APOC library.

The list of procedures that start their own transaction:

* apoc.bolt.load
* apoc.cypher.runFiles
* apoc.cypher.runMany
* apoc.cypher.runSchemaFiles
* apoc.cypher.runTimeboxed
* apoc.export.csv.*
* apoc.export.cypher.**
* apoc.export.graphml* .*
* apoc.export.json.*
* apoc.import.graphml
* apoc.load.csv
* apoc.nodes.delete
* apoc.nodes.group
* apoc.periodic.iterate
* apoc.periodic.rock_n_roll
* apoc.periodic.rock_n_roll_while
* apoc.refactor.categorize
* apoc.schema.properties.distinctCount
* apoc.stats.degrees
* apoc.trigger.add
* apoc.trigger.pause
* apoc.trigger.remove
* apoc.trigger.removeAll
* apoc.trigger.resume
* apoc.uuid.install
* apoc.uuid.remove
* apoc.uuid.removeAll