Skip to content

Commit

Permalink
TASK: Add comment to explain future scope of db compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Mar 28, 2024
1 parent a6ff0b6 commit 8d50b3a
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -199,6 +199,7 @@ public function subtreeTagsAreInherited(): Result
$hierarchyRelationsWithMissingSubtreeTags = $this->client->getConnection()->executeQuery($query)->fetchAllAssociative();
} catch (\Doctrine\DBAL\Exception\SyntaxErrorException $syntaxErrorException) {
// Hierarchy relation subtree tags could not be validated as the database doesn't support "JSON_TABLE" feature.
// TODO drop this check once the db requirements are clear: https://github.com/neos/neos-development-collection/issues/4337
return $result;
}

Expand Down

0 comments on commit 8d50b3a

Please sign in to comment.