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

fixed the deprecated keywords in the neo4j queries #157

Conversation

ronibhakta1
Copy link
Contributor

@m-appel check this out i have made the asked changes...
closes #154

Description

id() changed with elementId() in neo4j with new required documentation elementId()

Motivation and Context

How Has This Been Tested?

pre-commit checks

Screenshots (if appropriate):

Screenshot 2024-12-03 at 5 28 41 PM ## Types of changes
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

ronibhakta1 and others added 4 commits December 3, 2024 17:29
auto spacing issues
…zone.utc)

The method "utcnow" in class "datetime" is deprecated   Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.timezone.utc)
@ronibhakta1 ronibhakta1 closed this Dec 4, 2024
@ronibhakta1 ronibhakta1 deleted the fix/154/Replaced-use-of-id-with-elementId branch December 4, 2024 02:38
@ronibhakta1 ronibhakta1 restored the fix/154/Replaced-use-of-id-with-elementId branch December 4, 2024 02:39
@ronibhakta1 ronibhakta1 deleted the fix/154/Replaced-use-of-id-with-elementId branch December 4, 2024 02:40
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.

Replace use of id() with elementId()
1 participant