-
Notifications
You must be signed in to change notification settings - Fork 106
Comparing changes
Open a pull request
base repository: SectorLabs/django-postgres-extra
base: v2.0.9rc8
head repository: SectorLabs/django-postgres-extra
compare: master
- 13 commits
- 18 files changed
- 6 contributors
Commits on Aug 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e5503cb - Browse repository at this point
Copy the full SHA e5503cbView commit details
Commits on Nov 19, 2023
-
Stop updating on conflict if
update_condition
is False but not NoneSome 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]
Configuration menu - View commit details
-
Copy full SHA for 65b4688 - Browse repository at this point
Copy the full SHA 65b4688View commit details
Commits on Nov 29, 2023
-
Stop updating on conflict if
update_condition
is False but not NoneSome 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]
Configuration menu - View commit details
-
Copy full SHA for e254a68 - Browse repository at this point
Copy the full SHA e254a68View commit details
Commits on Feb 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c4aab40 - Browse repository at this point
Copy the full SHA c4aab40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43a6f22 - Browse repository at this point
Copy the full SHA 43a6f22View commit details
Commits on Jun 18, 2024
-
Fix automatic hstore extension creation not working on Django 4.2 or …
…newer The following change broke the auto setup: django/django@d3e746a This breaks because the call to `pscygop2.extras.register_hstore` is now conditional. Before, it would be called multiple times with empty OIDS, when eventually our auto registration would kick in and psycopg2 would fetch the OIDs itself.
Configuration menu - View commit details
-
Copy full SHA for 13b5672 - Browse repository at this point
Copy the full SHA 13b5672View commit details -
Fix
StopIteration
in deduplication rows code when `conflict_action ……== ConflictAction.NOTHING` and rows parameter is iterator or generator
Configuration menu - View commit details
-
Copy full SHA for 200f2b9 - Browse repository at this point
Copy the full SHA 200f2b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 422e91f - Browse repository at this point
Copy the full SHA 422e91fView commit details -
Allow tuples as a valid type for
meta.key
Most modern linters (like `ruff`) will complain about `meta.key` being a list, as it's a mutable class variable. Allowing a tuple here appears to work fine and removes the need to override linter rules for `meta.key`.
Configuration menu - View commit details
-
Copy full SHA for 6cb8b4f - Browse repository at this point
Copy the full SHA 6cb8b4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7aa6923 - Browse repository at this point
Copy the full SHA 7aa6923View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fecd9b - Browse repository at this point
Copy the full SHA 1fecd9bView commit details -
Fix renamed annotations relying on group by clauses not working
Co-authored-by: Hannes Engelhardt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cf87e7a - Browse repository at this point
Copy the full SHA cf87e7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d582d9 - Browse repository at this point
Copy the full SHA 7d582d9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.0.9rc8...master