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

Prepare for 1.4.1 release #359

Merged
merged 15 commits into from
Mar 12, 2024
Merged

Prepare for 1.4.1 release #359

merged 15 commits into from
Mar 12, 2024

Commits on Jan 19, 2024

  1. Support GeneratedField (#335)

    * Support GeneratedField
    dauinsight authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    6458503 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

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

Commits on Jan 29, 2024

  1. trigger ci run with pr (#346)

    mShan0 authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    67b61be View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Remove subqueries from group by. Fixes #343 (#344)

    * collapse group by considers subexpressions in order to remove subquery expressions and avoid query failing
    
    * method renamed to make it "protected".
    
    * constants are removed from group by because sql server does not allow them
    
    * a django test that now passes is not excluded anymore
    federicoemartinez authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    0060aa8 View commit details
    Browse the repository at this point in the history
  2. Modify bulk update default value (#341)

    * Modify bulk update default value
    
    * Patch bulk_update_with_default and add tests
    
    * Remove unused imports
    
    * Change case from default to None
    dauinsight authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    4df6db3 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

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

Commits on Feb 9, 2024

  1. Support UUID (#329)

    * Add support for UUID
    dauinsight authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    dce3854 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Update product name

    David-Engel authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    7baeb60 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Merge pull request #355 from microsoft/David-Engel-patch-1

    Update product name
    David-Engel authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    026472d View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    0899188 View commit details
    Browse the repository at this point in the history
  2. Fix aggregate queries with case expressions (#354)

    * Fix aggregate queries with case expressions
    dauinsight authored Mar 11, 2024
    1 Configuration menu
    Copy the full SHA
    adc01a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. bump version to 1.4.1

    mShan0 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    9653151 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a731d03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca9e538 View commit details
    Browse the repository at this point in the history
  4. Update azure-pipelines.yml

    mShan0 authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    9594ed5 View commit details
    Browse the repository at this point in the history