From: Aaron Schulz Date: Wed, 31 Aug 2016 13:24:12 +0000 (-0700) Subject: Deprecate SqlDataUpdate X-Git-Tag: 1.31.0-rc.0~5811 X-Git-Url: https://git.heureux-cyclage.org/?a=commitdiff_plain;h=27992c48f82e82d3b538623c6fd5fc0eb48f4472;p=lhc%2Fweb%2Fwiklou.git Deprecate SqlDataUpdate Core subclasses have been updated. Change-Id: Ic1beebeb7aec2b40d89c75637968e57e71a6c1a2 --- diff --git a/includes/deferred/SqlDataUpdate.php b/includes/deferred/SqlDataUpdate.php index ff06915a77..c7163ea1b5 100644 --- a/includes/deferred/SqlDataUpdate.php +++ b/includes/deferred/SqlDataUpdate.php @@ -29,6 +29,8 @@ * a transaction will automatically be wrapped around the update. Starting another * one would break the outer transaction bracket. If need be, subclasses can override * the beginTransaction() and commitTransaction() methods. + * + * @deprecated Since 1.28 Use DataUpdate directly, injecting the database */ abstract class SqlDataUpdate extends DataUpdate { /** @var IDatabase Database connection reference */