Problem/Motivation

Core function drupal_write_record has a description

Do not use drupal_write_record() within hook_update_N() functions, since the database schema cannot be relied upon when a user is running a series of updates. Instead, use db_insert() or db_update() to save the record.

Issue fork quiz-3460088

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

  • 3460088-do-not-use Comparecompare

Comments

rishabjasrotia made their first commit to this issue’s fork.

smustgrave’s picture

Status: Active » Closed (outdated)