From ef1a85038621e7e13ff850e9b1c33b504ebcde35 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Mon, 17 Aug 2009 21:31:02 +0000 Subject: Bug 509497: Implement sql_group_concat for all databases Patch by Max Kanat-Alexander r=LpSolit, a=mkanat Patch by Xiaoou Wu r=mkanat, a=mkanat --- Bugzilla/DB.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Bugzilla/DB.pm') diff --git a/Bugzilla/DB.pm b/Bugzilla/DB.pm index 9ede5bd80..f39eb6511 100644 --- a/Bugzilla/DB.pm +++ b/Bugzilla/DB.pm @@ -273,7 +273,8 @@ EOT # List of abstract methods we are checking the derived class implements our @_abstract_methods = qw(REQUIRED_VERSION PROGRAM_NAME DBD_VERSION new sql_regexp sql_not_regexp sql_limit sql_to_days - sql_date_format sql_interval bz_explain); + sql_date_format sql_interval bz_explain + sql_group_concat); # This overridden import method will check implementation of inherited classes # for missing implementation of abstract methods -- cgit v1.2.3-24-g4f1b