Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2025

Bumps gorm.io/driver/sqlserver from 1.5.3 to 1.6.3.

Commits
  • ca15d94 Hotfix: patch HasColumns again (#171)
  • 9f27d70 patch has constraint method for sql server driver (#170)
  • 35ee3ae Fix replace option on CreateView migration (#161)
  • 0a864b1 Compatible with primary field is not readable
  • c87c4a2 build(deps): bump github.com/microsoft/go-mssqldb from 0.19.0 to 1.8.2 (#157)
  • d62a712 Fix syntax error when getting field comments in migration with special DB nam...
  • 0a5395f Compatible with the GORM generics version APIs
  • 4f2c3fe fix: GetIndexes method returns zero values (#149)
  • cc3a5ff fix: failed to modify field comments when empty due to incorrect conditions (...
  • 63b76aa Add error code 2601 (#153)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [gorm.io/driver/sqlserver](https://github.com/go-gorm/sqlserver) from 1.5.3 to 1.6.3.
- [Commits](go-gorm/sqlserver@v1.5.3...v1.6.3)

---
updated-dependencies:
- dependency-name: gorm.io/driver/sqlserver
  dependency-version: 1.6.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 10, 2025
Copy link

@propel-code-bot propel-code-bot bot left a comment

Choose a reason for hiding this comment

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

LGTM, ship it! 🚢

Details
Why was this auto-approved?
AI analysis completed with no actionable comments or suggestions.

@propel-code-bot
Copy link

Upgrade gorm.io/driver/sqlserver (and related deps) in tools/gentool

Dependabot bumps gorm.io/driver/sqlserver from 1.5.3 to 1.6.3 in the tools/gentool sub-module. A go mod tidy pulls in the matching gorm.io/gorm 1.30.0 release and refreshes a large set of indirect dependencies (notably go-mssqldb, golang.org/x/*, github.com/stretchr/testify, etc.). Only go.mod and go.sum are touched; no source code changes are introduced.

Key Changes

• Updated tools/gentool/go.mod to gorm.io/driver/sqlserver v1.6.3
• Aligned direct dependency gorm.io/gorm to v1.30.0
• Refreshed ≈90 indirect modules in go.sum (security/bug-fix releases)
• Removed stale versions of prior dependencies and added new ones after go mod tidy

Affected Areas

tools/gentool dependency graph
gorm code generation when targeting SQL Server

This summary was automatically generated by @propel-code-bot

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 go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant