Skip to content

Commit 5f81482

Browse files
authored
Docs: CALL {...} IN TRANSACTIONS was introduce with 4.4 (#718)
Amends #712
1 parent d428945 commit 5f81482

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/api.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ Auto-commit transactions are the simplest form of transaction, available via
658658
statement per transaction and are not automatically retried on failure.
659659

660660
Auto-commit transactions are also the only way to run ``PERIODIC COMMIT``
661-
(only Neo4j 4.4 and earlier) or ``CALL {...} IN TRANSACTIONS`` (Neo4j 5.0 and
661+
(only Neo4j 4.4 and earlier) or ``CALL {...} IN TRANSACTIONS`` (Neo4j 4.4 and
662662
newer) statements, since those Cypher clauses manage their own transactions
663663
internally.
664664

docs/source/async_api.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ Auto-commit transactions are the simplest form of transaction, available via
358358
statement per transaction and are not automatically retried on failure.
359359

360360
Auto-commit transactions are also the only way to run ``PERIODIC COMMIT``
361-
(only Neo4j 4.4 and earlier) or ``CALL {...} IN TRANSACTIONS`` (Neo4j 5.0 and
361+
(only Neo4j 4.4 and earlier) or ``CALL {...} IN TRANSACTIONS`` (Neo4j 4.4 and
362362
newer) statements, since those Cypher clauses manage their own transactions
363363
internally.
364364

0 commit comments

Comments
 (0)