Maren van Otterdijk
Maren van Otterdijk
This is talking about the document get endpoint, which is able to return types and properties in either prefixed form (foo:bar, or just bar when it's in the @base or...
Is it currently possible to insert a subdocument directly, without being linked to by a document? If so that would be bad.
For now we should just block this from happening, which is a quick change.
Still an issue when you directly insert through woql
This is interesting. There really is no special behind the scenes stuff for documents. It really is just triples, and if you insert the correct triples through WOQL, you should...
Using rust for the web server (specifically, using hyper) has been on the agenda for a long time. For us, the use case would be being able to better make...
This is already implemented. The header `TerminusDB-Data-Version` is returned with each response where it is relevant, and can be submitted to ensure that the version queried hasn't been updated since,...
@hoijnet just requested this too on discord. The workaround I gave is that you can use document queries to get the right results, but this is cumbersome, slow, and requires...
We believe this is fixed. Feel free to reopen if this is still an issue.
We implemented `include_children` as an extra argument to collection queries in graphql, which will suppress returning children when it is false, but defaults to true. That should be enough for...