Jesper Ahlberg
Jesper Ahlberg
+1, Prepared statments to prevent injection would really improve things a lot.
We also have this problem using orientjs. Possible in studio and apparently also using the java api/driver. How can we get around it?
@wolf4ood Sorry for replying so late. This is what I do: ``` const client = await OrientDBClient.connect(dbConnectionData); const session = await client.session(dbData); const query = session.update(className); query.set(properties); ``` If properties...
Hi, sorry for the late answer. Been really busy. It was a bit difficult to target the exact time it took to stop working. After a while I found that...