Philippe Höij

Results 49 issues of Philippe Höij

**Describe the bug** I have an enum schema document I can't delete in a database I have been working on. I can both create a similar document and delete it...

bug

**Describe the bug** I performed rollup and optimisation with the terminusdb command to improve performance. I received the error below and it's unclear if this is an error that indicates...

bug

**Describe the bug** Linked inherited enums on subdocuments taints documents, preventing property deletion, even if the document JSON shows no trace of the optional property being in use by any...

bug

**Describe the bug** Three different JWKS endpoints yield different failure behaviours when pointing the TERMINUSDB_SERVER_JWKS_ENDPOINT environment variables to different endpoints. I want to use Keycloak, but don't even know where...

bug

**Describe the bug** When creating a document with this configuration, it locks up the data product branch. It's not possible to delete/update inherited type instance with ValueHash subdocument that has...

bug

**Describe the bug** WOQL group_by with sum throws error on decimals but not integers. WOQL: ```javascript and( group_by( "v:week", "v:value", "v:list", and( triple("v:subject", "rdf:type", "@schema:DailyValueDecimal"), triple("v:subject", "@schema:value", "v:value"), triple("v:subject", "@schema:week",...

bug

**Is your feature request related to a problem? Please describe.** In order to identify documents that implement a certain property, it becomes useful to do a path query up the...

enhancement

**Describe the bug** I ran a WOQL query to select inbound documents (either direct link or as a path query to fragments) and got the following result: Below is a...

bug

**Describe the bug** WOQL read_document returns corrupted subdocument ID:s using prefixed subdocuments, unsure if it's due to the subdocument class being prefixed, the parent being prefixed or something else. When...

bug

**Describe the bug** There is a bug where operations with the `not()` operator does not behave according to expectation. When querying for document, I often want to select only documents,...

bug