We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using version 3.0.7 of orientjs library to interact with version 3.0.23 of OrientDB.
Problem manifests as a "hung promise" when executing a 'create edge' query on a session against the database. e.g.... (code for illustration)
let query = CREATE EDGE rel FROM #57:0 to #49:0 return session.command(query).all().then(function(res) { ... })
The code never gets into the next 'then' function.
Problem only occurs when database is set to use lightweight edges.
The text was updated successfully, but these errors were encountered:
Hi @tomscreen
i've managed to reproduce it and identify the issue.
I'm working on a fix. Thanks
Sorry, something went wrong.
Fixed bug #395
f213232
i've just pushed a fix. It will be available in the next release of OrientJS
Thanks
wolf4ood
No branches or pull requests
Using version 3.0.7 of orientjs library to interact with version 3.0.23 of OrientDB.
Problem manifests as a "hung promise" when executing a 'create edge' query on a session against the database. e.g.... (code for illustration)
let query = CREATE EDGE rel FROM #57:0 to #49:0 return session.command(query).all().then(function(res) { ... })
The code never gets into the next 'then' function.
Problem only occurs when database is set to use lightweight edges.
The text was updated successfully, but these errors were encountered: