By beakerboy on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.9.x
Introduced in version:
8.9.0
Issue links:
Description:
Drupal 9 now requires all database drivers to contain an implementation of the Drupal\Core\Database\Query\Condition class. This will allow the entire Database API to access custom methods if they must be overridden. For databases which do not require customized condition methods, a stubbed class file is all that is needed. This change aligns the Condition class with the requirements for the Delete, Merge, Select, Transaction, Truncate, Update, and Upsert classes.
Impacts:
Module developers