Make CONCAT calls database portable, change IF() to standard CASE-WHEN calls.
authorGreg Sabino Mullane <greg@users.mediawiki.org>
Sun, 23 Sep 2007 22:23:01 +0000 (22:23 +0000)
committerGreg Sabino Mullane <greg@users.mediawiki.org>
Sun, 23 Sep 2007 22:23:01 +0000 (22:23 +0000)
commit0ab8c7e910452795b8519056a359ce6286771d5a
treeddeb872b38737c8712e4085d48bf3a62ee831c4f
parent6f617c7ad428c75fcaf8852b5896b0f7e6f8bc54
Make CONCAT calls database portable, change IF() to standard CASE-WHEN calls.
Postgres: replace CHAR(64) with TEXT for fa_storage_key of filearchive
Postgres: Add hasConstraint to allow replacing of oldimage fk constraint
Postgres: make oldimage cascade delete on image deletion
RELEASE-NOTES
includes/Database.php
includes/DatabasePostgres.php
includes/filerepo/LocalFile.php
maintenance/postgres/tables.sql
maintenance/updaters.inc