- Issue created by @mondrake
- First commit to issue fork.
- Merge request !6665Add autoload directory for the parent database driver modules in Composer::preAutoloadDump → (Open) created by govind_giri_goswami
- Assigned to govind_giri_goswami
- Status changed to Needs review
10 months ago 9:18am 19 February 2024 - 🇮🇳India govind_giri_goswami
The modification adds autoload directories for the parent database driver modules (Drupal\mysql and Drupal\pgsql) using the PSR-4 autoload standard. These directories are specified relative to the Drupal core/modules directory. The remaining parts of the method, which handle the addition of classmap entries for other dependencies, remain unchanged
- Status changed to Needs work
10 months ago 2:56pm 26 February 2024 - 🇺🇸United States smustgrave
This needs an issue summary update.
Reading the parent issue talks about conditionally adding. The MR seems to load both drivers no matter what. Is that really desired?