Skip to content

API docs: add CALL {...} IN TRANSACTIONS #712

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

Merged
merged 1 commit into from
Apr 25, 2022

Conversation

robsdedude
Copy link
Member

Just like auto-commit transactions are required for PERIODIC COMMIT queries
(Neo4j <= 4.4) they are required for the new CALL {...} IN TRANSACTIONS
queries (Neo4j >= 5.0).

Just like auto-commit transactions are required for `PERIODIC COMMIT` queries
(Neo4j <= 4.4) they are required for the new `CALL {...} IN TRANSACTIONS`
queries (Neo4j >= 5.0).
@robsdedude robsdedude force-pushed the api-docs-call-in-transactions branch from 386d47c to bd7daae Compare April 22, 2022 12:18
@robsdedude robsdedude merged commit 99febd2 into neo4j:5.0 Apr 25, 2022
@robsdedude robsdedude deleted the api-docs-call-in-transactions branch April 25, 2022 09:14
statement per transaction and are not automatically retried on failure.

Auto-commit transactions are also the only way to run ``PERIODIC COMMIT``
(only Neo4j 4.4 and earlier) or ``CALL {...} IN TRANSACTIONS`` (Neo4j 5.0 and
Copy link
Contributor

@fbiville fbiville Apr 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

robsdedude added a commit to robsdedude/neo4j-python-driver that referenced this pull request Apr 26, 2022
robsdedude added a commit that referenced this pull request May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants