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
The record should be updated just once.
There is an endless loop. The record is updated multiple times.
Use the following SQL script in batch mode : let a = CREATE VERTEX V SET test = 0; UPDATE $a SET test = $a.@rid;
let a = CREATE VERTEX V SET test = 0; UPDATE $a SET test = $a.@rid;
Hope this helps. Cheers.
The text was updated successfully, but these errors were encountered:
Same problem
Sorry, something went wrong.
Fix update of newly created document using variables in a SQL batch s…
7413a31
…cript Resolves: #9000
Hi @VincentMarrec @CortneyKnorr
I just pushed a fix for this problem, the fix will be released with v 3.0.24
Thanks
Luigi
50a4275
luigidellaquila
No branches or pull requests
OrientDB Version: 3.0.22
Java Version: 1.8
OS: Linux
Expected behavior
The record should be updated just once.
Actual behavior
There is an endless loop. The record is updated multiple times.
Steps to reproduce
Use the following SQL script in batch mode :
let a = CREATE VERTEX V SET test = 0; UPDATE $a SET test = $a.@rid;
Hope this helps.
Cheers.
The text was updated successfully, but these errors were encountered: