Fix error in various deprecated selectFields() methods
authorBrad Jorsch <bjorsch@wikimedia.org>
Tue, 3 Jul 2018 15:59:18 +0000 (11:59 -0400)
committerJames D. Forrester <jforrester@wikimedia.org>
Thu, 5 Jul 2018 23:27:42 +0000 (16:27 -0700)
commita90c4761c4c1bb9cf8e457e1b46078e8d07a245d
treea5c3fbc6e765e48848e3b81b08ed48b2ae070d4c
parent32d551a4397763604b32e2347ef65f7fc6fc9cf8
Fix error in various deprecated selectFields() methods

When aliasing a field to null, it has to be aliased to the string 'NULL'
rather than PHP null.

Bug: T198687
Change-Id: I6096f306b97022da781eaabeb15e502f391673a9
(cherry picked from commit 377ce5a469476a0ec68a6f03e3f5714eb40caeff)
RELEASE-NOTES-1.31
includes/Block.php
includes/filerepo/file/ArchivedFile.php
includes/filerepo/file/LocalFile.php
includes/filerepo/file/OldLocalFile.php