Peter V
Peter V
The template will replace the directive's element:
My circumstances : 1. I am using transaction to save various records to a class. [(Transactions in OrientJS)](https://orientdb.com/docs/3.0.x/orientjs/OrientJS-Transactions.html) 2. I want to set values to field of LINKSET type. My...
I am sorry but I got a little bit confused. So, there is a new way how to use API transactions and that is described [here](https://orientdb.org/docs//3.0.x/orientjs/OrientJS.html#transaction). I am using transactions...
I am randomly getting following error : ``` Error: Resource not currently part of this pool at Pool.release (/node_modules/generic-pool/lib/Pool.js:505:9) at ODatabaseSessionPool.release (/node_modules/hapi-orientdb/node_modules/orientjs/lib/client/pool/index.js:63:22) at ODatabaseSession.close (/node_modules/hapi-orientdb/node_modules/orientjs/lib/client/database/database.js:347:24) at Object.listener (/node_modules/hapi-orientdb/index.js:75:56) at module.exports.internals.Podium.internals.Podium.emit...
Here is my SQL returned from trx.toString() : ``` LET oOperationalDays0 = (CREATE vertex OperationalDays SET weekday = 0, active = true), oOperationalDays1 = (CREATE vertex OperationalDays SET weekday =...