Changes between Initial Version and Version 1 of Ticket #31331, comment 6


Ignore:
Timestamp:
Jan 15, 2021, 9:58:58 AM (4 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31331, comment 6

    initial v1  
    1 For anyone wanting to tackle this, proper support for `ONLY_FULL_GROUP_BY` could likely be added by [https://github.com/django/django/blob/e0a46367df8b17905f1c78f5c86f88d21c0f2b4d/django/db/models/sql/compiler.py#L149-L177 adjusting the MySQL's group by collapsing feature] to take the presence of this flag into account.
     1For anyone interested in tackling this, proper support for `ONLY_FULL_GROUP_BY` could likely be added by [https://github.com/django/django/blob/e0a46367df8b17905f1c78f5c86f88d21c0f2b4d/django/db/models/sql/compiler.py#L149-L177 adjusting the MySQL's group by collapsing feature] to take the presence of this flag into account.
Back to Top