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
Getting a spinning wheel when trying a specific sequence of queries. It doesn't happen if I remove the RETURN DIFF keywords
RETURN DIFF
Run query
UPSERT person:100 CONTENT { name: 'Tobie', company: 'SurrealDB', skills: ['Rust', 'Go', 'JavaScript'], } RETURN DIFF
Then try to run this query
UPSERT person:100 CONTENT { name: 'Tobie', company: 'SurrealDB', skills: ['Rust2', 'Go', 'JavaScript'], } RETURN DIFF
No spinning wheel
Version 3.0.8 (20241015.095914)
No response
The text was updated successfully, but these errors were encountered:
For context this appears to be caused by an unreachable panic thrown in surrealdb.wasm
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Getting a spinning wheel when trying a specific sequence of queries. It doesn't happen if I remove the
RETURN DIFF
keywordsSteps to reproduce
Run query
Then try to run this query
Expected behaviour
No spinning wheel
Surrealist Environment
Version 3.0.8 (20241015.095914)
Contact Details
No response
Is there an existing issue for this?
Code of Conduct
The text was updated successfully, but these errors were encountered: