-
Notifications
You must be signed in to change notification settings - Fork 13
Add Bolt 5.7: GQL-compliant errors #629
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
Conversation
Co-authored-by: Robsdedude <[email protected]>
…ivers/testkit into bolt-5x7-and-gql-errors
JavaScript driver cannot send CypherBytes from the backend without significant work.
932adde
to
89fd54d
Compare
"OPERATION": None, | ||
"CURRENT_SCHEMA": {"uh": "oh!"}, | ||
"OPERATION_CODE": False, | ||
"_classification": 42, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to make sure. If this is not string, we stringify it for the getRawClassification
method. Right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've made it optional in Python and decided to return None
if it's either missing from the diag. record or isn't a string.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🍄
For testing against during implementation of GQL errors