Changed use of tag_summary to use change_tag with GROUP_CONCAT()
authorAaron Schulz <aschulz@wikimedia.org>
Fri, 15 Nov 2013 07:23:36 +0000 (23:23 -0800)
committerSpringle <springle@wikimedia.org>
Sun, 17 Nov 2013 06:37:08 +0000 (06:37 +0000)
commita97402559b540052fc54ddce830cca1f5d7464a2
tree257abe8eee1085378f6436222dce8e1bfad43ea9
parent2a0da3b5589e37c36219268d433b3e1d06d9669b
Changed use of tag_summary to use change_tag with GROUP_CONCAT()

* Added buildGroupConcatField() method to the DB classes

bug: 53577
Change-Id: I976f297653880e66af429ba9b622a954fefcc512
includes/ChangeTags.php
includes/db/Database.php
includes/db/DatabaseOracle.php
includes/db/DatabasePostgres.php
includes/db/DatabaseSqlite.php