From 623416a85cb3c508d19a2d604fdbecd580e31143 Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Tue, 16 Feb 2016 16:17:18 +0300 Subject: [PATCH] Update Container.php --- retailcrm/src/Components/Container.php | 1 + 1 file changed, 1 insertion(+) diff --git a/retailcrm/src/Components/Container.php b/retailcrm/src/Components/Container.php index a54b784..965badb 100644 --- a/retailcrm/src/Components/Container.php +++ b/retailcrm/src/Components/Container.php @@ -59,6 +59,7 @@ class Container ); $this->db->exec("set names utf8"); + $this->db->exec("set global group_concat_max_len = 1000000"); $this->db->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_WARNING); } catch (PDOException $e) { CommandHelper::activateNotice('database');