fix groupby issue on mysql

This commit is contained in:
raishvaria
2019-11-28 16:06:18 +05:30
parent 7333746948
commit f0107129fb

View File

@ -53,6 +53,15 @@ return [
'prefix_indexes' => true,
'strict' => true,
'engine' => null,
'modes' => [
//'ONLY_FULL_GROUP_BY', // Disable this to allow grouping by one column
'STRICT_TRANS_TABLES',
'NO_ZERO_IN_DATE',
'NO_ZERO_DATE',
'ERROR_FOR_DIVISION_BY_ZERO',
'NO_AUTO_CREATE_USER',
'NO_ENGINE_SUBSTITUTION'
],
],
'pgsql' => [