-
Notifications
You must be signed in to change notification settings - Fork 351
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
Bump driver to 4.3.1 #1432
Bump driver to 4.3.1 #1432
Conversation
@@ -72,7 +72,7 @@ function CypherScriptFrame({ | |||
data-testid="multi-statement-list-title" | |||
{...titleProps} | |||
> | |||
<PointerFrameCommand selectedDb={frames[id].cmd}> | |||
<PointerFrameCommand selectedDb={frames[id].useDb || ''}> |
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.
Nice find, is the precedent to use empty string vs null/undefined when there is no db?
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.
Fixed this in another commit
@@ -223,7 +223,15 @@ Third-party licenses | |||
│ ├─ long@4.0.0 | |||
│ │ ├─ URL: https://github.com/dcodeIO/long.js.git | |||
│ │ └─ VendorName: Daniel Wirtz | |||
│ ├─ neo4j-driver@4.2.2 | |||
│ ├─ neo4j-driver-bolt-connection@4.3.1 |
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.
Nice, licenses update seems to have been missed with the last driver upgrade
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.
LGTM
Preview: http://fix_multitstatement_label.surge.sh
Before:
After: