mirror of
https://github.com/retailcrm/legacy.git
synced 2025-04-04 14:13:30 +03:00
fix group concat setting
This commit is contained in:
parent
3d3a3b72ab
commit
3e08653ca9
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Reference in a new issue