Alex Vajda
Alex Vajda
:+1: I've got a similar issue but with deserialization. ```scala val str = db.query("RETURN null", classOf[String]).next() assert(str == null) // FAILS - actual result is a string "null" ``` That...
Thank you Michele for the quick turnaround!
Thanks Michele. I tried that but couldn't create a request body object. I might be doing something wrong, could you please correct me? The aforementioned `POST` accepts a javascript block...
Thanks for the prompt response. That's what I ended up with as well. It would be great to have that ability in the driver. Meantime I'll use a separate HTTP...
Not sure if it's related, but there is a suspicious exception in the system logs, when trying to open "settings": ``` 01-01 23:38:21.136 16540 16560 I TileUtils: updateTileData applicationInfo.isSystemApp() :...
No, not yet. It could be added in the future though, it was slightly mentioned a couple of times in some local discussions.
Well...not in ArangoDB natively (afaik), but you could use your custom script. However this approach is kinda fragile and dirty, and I wouldn't recommend doing it. Especially in a busy...
Awesome. I see you case will be a really great test case for Spline :))
We'll try to implement something simple in 0.5.4 which should be out in the course of the month. We are addressing performance bottlenecks in this release, so this feature logically...
Solution: 1. Add a command to the Admin CLI to remove the lineage data older than given date. 2. ~Add an option to the Gateway to do the same thing...