Skip to content

Conversation

@mjfwebb
Copy link
Contributor

@mjfwebb mjfwebb commented Mar 28, 2025

driver.transaction() is incorrect: Property 'transaction' does not exist on type 'Driver'. Instead it should be driver.session():

- const session = driver.transaction();
+ const session = driver.session();
const transaction = session.beginTransaction();

@neo-technology-commit-status-publisher
Copy link
Collaborator

neo-technology-commit-status-publisher commented Mar 28, 2025

Thanks for the documentation updates.

The preview documentation has now been torn down - reopening this PR will republish it.

@mjfwebb mjfwebb requested a review from darrellwarde March 28, 2025 08:37
@mjfwebb mjfwebb merged commit a2ffd8b into 5.x Mar 28, 2025
6 checks passed
@mjfwebb mjfwebb deleted the mjfwebb-patch-3 branch March 28, 2025 10:24
rsill-neo4j pushed a commit that referenced this pull request Apr 1, 2025
Update driver-configuration.adoc
rsill-neo4j pushed a commit that referenced this pull request Apr 1, 2025
Update driver-configuration.adoc
@rsill-neo4j
Copy link
Contributor

cherry-picked manually

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants