Philippe Höij
Philippe Höij
**Is your feature request related to a problem? Please describe.** Remotes (`/api/remote`) are unsupported by Javascript client, except for by using `sendCustomRequest`, as they are part of the Swagger API....
**Is your feature request related to a problem? Please describe.** Today, generated variables are AFAIK not generated with unique names, which is an advantage in some scenarios. In other scenarios,...
**Describe the bug** When including a query in a document created using the woql schema (extended, see further down), it can't find referenced documents, even if no value is present......
**Describe the bug** When a subdocument has the abstract flag on it, it (correctly) prevents an instance of it to be created. The error message is very hard to track...
**Is your feature request related to a problem? Please describe.** Today one can either create a document type to constrain RDF triples into a shared lifecycle, or create a subdocument...
**Describe the bug** The xsd:anyURI check is incorrect according to [specification](https://www.w3.org/TR/xmlschema11-2/#anyURI). It fails when adding a simple file name such as helloworld.xsd. Also consult [ietf.org/rfc/rfc3987.txt](https://www.ietf.org/rfc/rfc3987.txt). Instead, it should accept zero...
**Describe the bug** The `axios` library upgrade caused a regression where CSV formData could no longer be processed correctly in Node.JS, with an error thrown. **To Reproduce** Run a WOQL...
**Describe the bug** The Content-Length request parameter is specified twice in the remote server request for push and pull, which is not supported by protocol-compliant Envoy and Nginx servers (no...
**Describe the bug** Background: When a local TerminusDB engine is running and processing push and pull commands, its backend connects to a remote server (via a data product remote specification...