mirror of
https://github.com/retailcrm/legacy.git
synced 2024-11-22 13:26:03 +03:00
Merge pull request #15 from cherginets/15-fix-group-concat
fix group concat setting
This commit is contained in:
commit
b3a041482e
@ -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…
Reference in New Issue
Block a user