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...
> Could you add a test case or modify existing tests to cover this feature? thanks! > > you could take a look in `.github/workflows/run_helm_test.yaml` I tried to add tests...
@qzhuyan I'm not sure if the tests I've written are correct since I'm unfamiliar with those workflows. I see that several tests fail, but many of them seem unrelated to...