Skip to content

Commit

Permalink
Document (and list) which APOC procs start their own transaction (#2158)
Browse files Browse the repository at this point in the history
Fixes #1691

Co-authored-by: Giuseppe Villani <giuseppe.villani@larus-ba.it>
  • Loading branch information
github-actions[bot] and vga91 committed Aug 11, 2021
1 parent e94b519 commit 3de34b6
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/asciidoc/modules/ROOT/nav.adoc
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
@@ -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


0 comments on commit 3de34b6

Please sign in to comment.