fix group concat setting

This commit is contained in:
Anton Cherginets 2016-09-05 16:36:13 +03:00
parent 3d3a3b72ab
commit 3e08653ca9

View file

@ -59,7 +59,7 @@ class Container
);
$this->db->exec("set names utf8");
$this->db->exec("set global group_concat_max_len = 1000000");
$this->db->exec("set group_concat_max_len = 1000000");
$this->db->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_WARNING);
} catch (PDOException $e) {
CommandHelper::activateNotice('database');