Following the examples here http://orientdb.com/docs/3.0.x/orientjs/OrientJS-Transactions.html
I am migrating code that previously worked with orientdb 2.X.X. However now the same function will no longer work, Could we add to the documentation a note to specify this to users?
Using orientdb v2 the documentation example works, in v3 I need to change
orientjs version
v3.0.4
orientdb version
v3.0.14
OS version
Centos07
Following the examples here http://orientdb.com/docs/3.0.x/orientjs/OrientJS-Transactions.html I am migrating code that previously worked with orientdb 2.X.X. However now the same function will no longer work, Could we add to the documentation a note to specify this to users?
Using orientdb v2 the documentation example works, in v3 I need to change
to
Because create now returns a record list not a single record (as far as I can tell)
This is related to https://github.com/orientechnologies/orientdb/issues/8786