You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
When the database adapter is MySQL, there is no need to group by all columns (according to the comment). The
group_by_all_columnsmethod should check the adapter first (probably on initial load for performance reasons) and use the correct method.