Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 291708

[meta] Replace calls to deprecated db_*() wrappers

$
0
0

Problem/Motivation

#1894396: Mark db_*() wrappers in database.inc as @deprecated for 9.x deprecated the db_* family of functions. Let's remove all usages in core.

Proposed resolution

For each function below:

  1. Find any usages. If there are none, mark that function as done in the list.
  2. If there are any sub-issues that are not RTBC, review them before proceeding to the next step.
  3. Open an issue (Category: Task, priority: Normal, make this issue the parent issue) to replace all usages of the function (except tests for the function itself) and link the issue below.
  4. Open follow-up issues to inject dependencies as appropriate.

Following functions have just been defined in Drupal Core but are not being used anywhere other than Tests.

Done:

Remaining tasks

User interface changes

API changes

Data model changes


Viewing all articles
Browse latest Browse all 291708

Trending Articles