By mondrake on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
10.2.x
Introduced in version:
10.2.0-alpha1
Issue links:
Description:
Drupal\Core\Database\Connection::makeSequenceName() is deprecated.
Database drivers should manage sequence name for a given table and serial field on their own, without relying on core API.
The PostgreSQL drivers implements that method with that name, but is now marked @internal.
In general, calls to these methods should remain local to the database driver.
Impacts:
Module developers