Update Container.php

This commit is contained in:
Alex Lushpai 2016-02-16 16:17:18 +03:00
parent e8c219ce4f
commit 623416a85c

View File

@ -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');