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
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
Comment #3
catchThat seems to be enough.
Comment #4
catchAlthough it's postponed on #3614153: Install system module alongside other modules in the installer.
Comment #5
catchComment #6
catchRebased and added a change record.
Comment #7
nicxvan commentedSo 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.