Skip to content

group_by_all_columns should only be used when the database adapter is postgresql #39

@dignoe

Description

@dignoe

When the database adapter is MySQL, there is no need to group by all columns (according to the comment). The group_by_all_columns method should check the adapter first (probably on initial load for performance reasons) and use the correct method.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions