Skip to content

[MySQL8] groupby sort issue #190

Open
@Jako

Description

@Jako

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions