Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove subqueries from group by. Fixes #343 #344

Merged

Commits on Jan 26, 2024

  1. collapse group by considers subexpressions in order to remove subquer…

    …y expressions and avoid query failing
    Federico Martinez committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    197b2ed View commit details
    Browse the repository at this point in the history
  2. method renamed to make it "protected".

    Federico Martinez committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    1359112 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4afa660 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    1e83895 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. constants are removed from group by because sql server does not allow…

    … them
    Federico Martinez committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    e499163 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'remove_subqueries_from_group_by' of github.com:federico…

    …emartinez/mssql-django into remove_subqueries_from_group_by
    Federico Martinez committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    5c6ed76 View commit details
    Browse the repository at this point in the history
  3. a django test that now passes is not excluded anymore

    Federico Martinez committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    7bb9283 View commit details
    Browse the repository at this point in the history