DatabasePostgres: Ignore "IGNORE" option to update()
authorBrad Jorsch <bjorsch@wikimedia.org>
Wed, 20 Feb 2019 15:22:26 +0000 (10:22 -0500)
committerBrad Jorsch <bjorsch@wikimedia.org>
Thu, 28 Feb 2019 15:54:33 +0000 (10:54 -0500)
commit669a21a925ca4b30f850905806c08dbd82ecf03d
treebe05af40e28d3eea57900c90ff3abdab475183db
parentf2b621be73632b17d7e647b10959a0ed7dae9284
DatabasePostgres: Ignore "IGNORE" option to update()

PostgreSQL doesn't support anything like this. For now, avoid generating
invalid SQL by just ignoring the option. If we come up with a use case
someday, that can guide implementation of a workalike.

Bug: T215169
Change-Id: I1409c80b39834d1977c82c489226255a8cc93fd0
(cherry picked from commit 814605a979633fc37bcfa8319ddbfe627a66a308)
RELEASE-NOTES-1.31
includes/libs/rdbms/database/DatabasePostgres.php