-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
[api] TS: support conversion from any to DbValue #1096 #1094
Conversation
Corrected the error in InsertBuilder.elements and added an elementsAliases method to facilitate node insertion based on alias.
The insert of elements with alias is not directly supported in the Rust's Would you mind to focus this PR to the DbValue conversion? I would add the support for the aliases with the insertion of elements in separate issue (#1098) & PR. Thanks! |
OK |
Corrected the error in InsertBuilder.elements
Correct the 'multiItem' is not defined error
Head branch was pushed to by a user without write access
Head branch was pushed to by a user without write access
Corrected the error in InsertBuilder.elements and added an elementsAliases method to facilitate node insertion based on alias.