Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SectorLabs/django-postgres-extra
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.9rc9
Choose a base ref
...
head repository: SectorLabs/django-postgres-extra
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.9rc10
Choose a head ref
  • 4 commits
  • 7 files changed
  • 2 contributors

Commits on Nov 19, 2023

  1. Stop updating on conflict if update_condition is False but not None

    Some users of this library set `update_condition=0` on `upsert` for not updating anything on conflict.
    
    The `upsert` documentation says:
    > update_condition:
    >   Only update if this SQL expression evaluates to true.
    
    A value evaluating to Python `False` is ignored while the documentation says no update will be done.
    
    [#186513018]
    sewi-cpan committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    65b4688 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Stop updating on conflict if update_condition is False but not None

    Some users of this library set `update_condition=0` on `upsert` for not updating anything on conflict.
    
    The `upsert` documentation says:
    > update_condition:
    >   Only update if this SQL expression evaluates to true.
    
    A value evaluating to Python `False` is ignored while the documentation says no update will be done.
    
    [#186513018]
    sewi-cpan authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    e254a68 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    c4aab40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43a6f22 View commit details
    Browse the repository at this point in the history
Loading