- πΊπΈUnited States smustgrave
This issue is being reviewed by the kind folks in Slack, #needs-review-queue-initiative. We are working to keep the size of Needs Review queue [2700+ issues] to around 400 (1 month or less), following Review a patch or merge request β as a guide.
public function getConfigDatabaseStorage($table)
1. should be typehintedThis will need a test case to show the issue.
Will then need a change record to announce the new function.
- π³π±Netherlands daffie
I have talked to @alexpott and the whole idea is not to the config database storage class backend overridable. Therefor to make it work for MongoDB the class should change to only use the DBAL. @alexpott can live with that change on the condition that it does not make Drupal slower. It allways be a bit slower, because a DBAL query needs to be converted to a SQL query. Now it is already a SQL query. The big question how much slower it will make Drupal and is that acceptable/can we live with?
- last update
over 1 year ago 29,881 pass