Skip to content

Update driver-configuration.adoc #253

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
Mar 28, 2025
Merged

Update driver-configuration.adoc #253

merged 1 commit into from
Mar 28, 2025

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.

4 participants