- Status changed to RTBC
almost 2 years ago 12:16pm 16 January 2023 - Status changed to Needs review
almost 2 years ago 1:44pm 16 January 2023 - 🇳🇱Netherlands daffie
Changed the PostgreSQL override of the service
entity.query.sql
into one that decorates the original service instead of extending it. The workspaces module now has only to decorate the serviceentity.query.sql
and no longer has to decorate the servicepgsql.entity.query.sql
. - Status changed to Needs work
almost 2 years ago 3:37pm 30 January 2023 - 🇳🇱Netherlands arantxio Dordrecht
Latest patch by @daffie removes the function register() mentioned by @xjm in comment #21. So we do not need a test for this anymore.
De rest of the changes are covered by the test and the test results are also all passed.
+++ b/core/core.services.yml @@ -1040,9 +1040,6 @@ services: - pgsql.entity.query.sql: - class: Drupal\Core\Entity\Query\Sql\pgsql\QueryFactory - arguments: ['@database']
We do remove this part, it could be that sites could perhaps break on this. I think it would be better if we do not remove this but instead change the name of the new service and make it non-public.
Also after some searching I can see that the dynamic_entity_reference module uses this service.