Skip to content
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

Replace Session.LastBookmark() with Session.LastBookmarks() #302

Merged
merged 7 commits into from
Feb 1, 2022

Conversation

robsdedude
Copy link
Member

@robsdedude robsdedude commented Jan 25, 2022

  • Returns []string instead of string.
  • Returns all (not just the last) initial bookmarks if no bookmark has been
    received from the server.

Depends on neo4j-drivers/testkit#364

 * Returns `[]string` instead of string.
 * Returns all (not just the last) initial bookmarks if no bookmark has been
   received from the server.
neo4j/session.go Show resolved Hide resolved
neo4j/test-integration/bookmark_test.go Outdated Show resolved Hide resolved
neo4j/util.go Outdated Show resolved Hide resolved
neo4j/util_test.go Outdated Show resolved Hide resolved
neo4j/util_test.go Outdated Show resolved Hide resolved
neo4j/util.go Outdated Show resolved Hide resolved
Introduce Bookmarks type alias to be replaced with struct in 6.0
neo4j/bookmarks.go Show resolved Hide resolved
neo4j/bookmarks.go Show resolved Hide resolved
@robsdedude robsdedude merged commit 742e74a into neo4j:5.0 Feb 1, 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