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

Fix json serialization error in Python Driver (#1228) #1595

Merged
merged 1 commit into from
Feb 14, 2024

Conversation

jrgemignani
Copy link
Contributor

    • Added test to catch the error in toJson()
  • removed the trailing comma in _nodeToJson() node.properties part

  • removed the trailing comma in _nodeToString() node.properties part

    • Added missing ", ".join() _nodeToString() in node.properties part

Co-authored-by: Olivier [email protected]

Resolved -

Conflicts:
drivers/python/test_age_py.py

* * Added test to catch the error in toJson()
* removed the trailing comma in _nodeToJson() node.properties part
* removed the trailing comma in _nodeToString() node.properties part

* * Added missing ", ".join() _nodeToString() in node.properties part

---------

Co-authored-by: Olivier <[email protected]>

Resolved -

Conflicts:
	drivers/python/test_age_py.py
@rafsun42 rafsun42 merged commit 12fb6af into apache:PG14 Feb 14, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PG14 PostgreSQL14
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants