Problem/Motivation

Database drivers need to be able to override services in the container, but we already have container_needs_rebuild = true for that.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

Introduced terminology

API changes

Data model changes

Release notes snippet

Issue fork drupal-3615455

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

catch created an issue. See original summary.

catch’s picture

Status: Active » Needs review

That seems to be enough.

catch’s picture

Title: Install database driver modules alongside other modules » [PP-1] Install database driver modules alongside other modules
Status: Needs review » Postponed
catch’s picture

Title: [PP-1] Install database driver modules alongside other modules » Install database driver modules alongside other modules
Status: Postponed » Needs review
catch’s picture

Rebased and added a change record.

nicxvan’s picture

So container_needs_rebuild will rebuild the container anyway. Do we need to worry about order of install? I don't think so since the connection will get the right driver.

I made a minor tweak to the CR.