The following code does not work anymore with MySQL 8: `$c->groupby($this->classKey . '.key', 'ASC');` According to @digitalpenguin it has to be reduced to: `$c->groupby($this->classKey . '.key');`