Database update executes statements twice

Created on 22 April 2024, 2 months ago
Updated 6 May 2024, about 2 months ago

Problem/Motivation

In commerce_stripe_update_8103, we call $database->query(), which intrinsically calls execute(), but we then chain an execute(), as well. This is "safe", given the specific SQL statements, but is unnecessary.

We should remove the unneeded execute statements.

πŸ“Œ Task
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States TomTech

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.69.0 2024