By mondrake on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
11.5.x
Introduced in version:
11.5.0
Issue links:
Description:
The base class implementation of \Drupal\Core\Database\Query\Insert::execute() was overriden in all core drivers, so it was carrying untested code.
It is now deprecated and in Drupal 12 the method and class will be rescoped to abstract.
Database drivers should provide their own implementation.
Impacts:
Module developers