Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
database system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
20 Jul 2023 at 16:29 UTC
Updated:
5 Aug 2023 at 10:39 UTC
Jump to comment: Most recent
Comments
Comment #2
mondrakeComment #4
mondrakeSimple change. It's not worth adding a convenience method in Connection in this case, since the Tasks class gets instantiated directly without connection by the installation routines. Could think of a static method, but that would be a bigger change.
Comment #5
daffie commentedAll code changes look good.
Just one more class added to the conditional deprecation of
Connection::getDriverClassFor me it is RTBC.
The following text needs to be added to the CR:
Comment #7
longwaveCommitted e807300 and pushed to 11.x. Thanks!
Comment #9
daffie commentedUpdated the CR.