Skip to content

chore(deps-dev): bump mssql-django from 1.7.3 to 1.7.4 - #260

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/mssql-django-1.7.4
Open

chore(deps-dev): bump mssql-django from 1.7.3 to 1.7.4#260
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/mssql-django-1.7.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 28, 2026

Copy link
Copy Markdown
Contributor

Bumps mssql-django from 1.7.3 to 1.7.4.

Release notes

Sourced from mssql-django's releases.

1.7.4

mssql-django 1.7.4 Release Notes (July 2026)

mssql-django 1.7.4 is a patch release that fixes two bugs in raw and annotated GROUP BY query handling.


Bug Fixes

FIX: Preserve escaped %% in GROUP BY params (#537, closes #476)

  • What changed: GROUP BY queries mixing escaped %% literals with real params no longer raise IndexError; placeholder rewriting now only touches %% and %s.
  • Who benefits: Anyone running raw/annotated GROUP BY queries with escaped percent literals.
  • Impact: Those queries run correctly instead of erroring (also fixes one #394 case of silently wrong rows).

FIX: Support IntegerChoices params in raw GROUP BY queries (#541, closes #540)

  • What changed: Passing an IntegerChoices value into a raw GROUP BY query no longer raises NotImplementedError; type checks now use isinstance.
  • Who benefits: Anyone passing enum choices as params into raw GROUP BY queries.
  • Impact: Enum choices bind correctly; bool still binds BIT, plain int unchanged.

Test Improvements

  • Regression tests for the escaped-%% and unescaped-% GROUP BY paths (#537)
  • Regression test for IntegerChoices in a raw GROUP BY query (#541)

Version Compatibility

Component Supported Versions
Django 3.2, 4.0, 4.1, 4.2, 5.0, 5.1, 5.2, 6.0
Python 3.8 – 3.14
SQL Server 2016, 2017, 2019, 2022, 2025; Azure SQL DB / Managed Instance / Microsoft Fabric
ODBC Driver 17 or 18 for SQL Server (v18 is the default)

Breaking Changes

None. This is a fully backward-compatible patch release.


Contributors

All changes in this release were made by the maintainers. No external contributors this release.

... (truncated)

Commits

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 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 [mssql-django](https://github.com/microsoft/mssql-django) from 1.7.3 to 1.7.4.
- [Release notes](https://github.com/microsoft/mssql-django/releases)
- [Commits](microsoft/mssql-django@1.7.3...1.7.4)

---
updated-dependencies:
- dependency-name: mssql-django
  dependency-version: 1.7.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 28, 2026
@dependabot
dependabot Bot requested a review from a team July 28, 2026 15:59
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants