Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 29, 2024

Bumps django-cte from 1.2.1 to 1.3.2.

Changelog

Sourced from django-cte's changelog.

1.3.2 - 2023-11-20

  • Work around changes in Django 4.2 that broke CTE queries due to internally generated column aliases in the query compiler. The workaround is not always effective. Some queries will produce mal-formed SQL. For example, CTE queries with window functions.

1.3.1 - 2023-06-13

  • Fix: .update() did not work when using CTE manager or when accessing nested tables.

1.3.0 - 2023-05-24

  • Add support for Materialized CTEs.
  • Fix: add EXPLAIN clause in correct position when using .explain() method.
Commits
  • 37e429a Prepare for 1.3.2 release
  • ec0637d Merge pull request #81 from dimagi/dm/dj42-workaround
  • d4f434c Gate window function test to Django 4.2+
  • 0f58135 Add test demonstrating CTE column reference error
  • 5c963bd Preserve column names in "combined" CTE queries
  • 122af47 Use pynose for tests on Python 3.10+
  • e2f476b Update test matrix
  • 85217d0 Do not pass with_col_aliases=True to CTE compiler
  • 5c8c1e5 Merge pull request #77 from moranabadie/fix-typo-doc
  • 1064dcf fix typo in doc (#76)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [django-cte](https://github.com/dimagi/django-cte) from 1.2.1 to 1.3.2.
- [Changelog](https://github.com/dimagi/django-cte/blob/master/CHANGELOG.md)
- [Commits](dimagi/django-cte@v1.2.1...v1.3.2)

---
updated-dependencies:
- dependency-name: django-cte
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added python Pull requests that update Python code TAG: dependencies labels May 29, 2024
Copy link
Member

@rtibbles rtibbles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nothing in the changelog is associated with anything we use django-cte for, and the places we use it in the codebase have test coverage, and tests have passed. Good to go.

@rtibbles rtibbles merged commit 1a99d64 into unstable Jun 4, 2024
@dependabot dependabot bot deleted the dependabot/pip/django-cte-1.3.2 branch June 4, 2024 23:23
@akolson akolson mentioned this pull request Aug 13, 2024
@akolson akolson mentioned this pull request Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Pull requests that update Python code TAG: dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant