Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 7, 2026

Bumps github.com/MirrexOne/unqueryvet from 1.3.0 to 1.4.0.

Release notes

Sourced from github.com/MirrexOne/unqueryvet's releases.

v1.4.0 - Advanced SQL Analysis Features

New Features

SQL Builder Support (8 libraries)

Library Package Detection
Squirrel github.com/Masterminds/squirrel Select("*"), Columns("*")
GORM gorm.io/gorm Select("*"), raw queries, method chaining
SQLx github.com/jmoiron/sqlx Select(), Get(), Queryx()
Ent entgo.io/ent Query builder patterns
PGX github.com/jackc/pgx Query(), QueryRow(), Exec()
Bun github.com/uptrace/bun NewSelect(), raw queries
SQLBoiler github.com/volatiletech/sqlboiler Generated query methods
Jet github.com/go-jet/jet SELECT(), STAR

Advanced Analysis

  • String concatenation - Detects "SELECT * " + "FROM users"
  • Format strings - fmt.Sprintf, log.Printf, etc.
  • Aliased wildcards - SELECT t.*, SELECT alias.*
  • Subquery detection - Nested SELECT * in subqueries
  • Auto-fix suggestions - LSP-compatible suggested fixes

Configuration Options

  • Per-builder enable/disable via sql-builders config
  • File filtering with glob patterns (ignored-files)
  • Function filtering with regex (ignored-functions)
  • Custom allowed patterns (allowed-patterns)
  • Configurable severity: error or warning

Changes

  • Comprehensive test coverage for all SQL builders
  • Improved error messages with context-specific explanations
  • Better golangci-lint integration

Fixes

  • Fixed ineffassign warning in pgx.go
  • Fixed staticcheck nil pointer warnings in tests
  • Fixed empty branch warning in gorm.go
  • Fixed redundant nil checks in test files

Installation

go install github.com/MirrexOne/unqueryvet/cmd/[email protected]
Or with golangci-lint:
linters:
enable:
- unqueryvet
</tr></table>

... (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 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 [github.com/MirrexOne/unqueryvet](https://github.com/MirrexOne/unqueryvet) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/MirrexOne/unqueryvet/releases)
- [Commits](MirrexOne/unqueryvet@v1.3.0...v1.4.0)

---
updated-dependencies:
- dependency-name: github.com/MirrexOne/unqueryvet
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Relates to an upstream dependency go Pull requests that update Go code labels Jan 7, 2026
@ldez ldez added the linter: update version Update version of linter label Jan 7, 2026
@ldez ldez self-requested a review January 7, 2026 19:02
@ldez ldez added this to the unreleased milestone Jan 7, 2026
@ldez
Copy link
Member

ldez commented Jan 7, 2026

Despite the readme of the linter, it doesn't support SuggestedFixes.
The code is not plugged inside the linter.

This is suspicious.

@ldez ldez merged commit 0d43769 into main Jan 7, 2026
18 checks passed
@ldez ldez deleted the dependabot/go_modules/github.com/MirrexOne/unqueryvet-1.4.0 branch January 7, 2026 20:08
@ldez ldez modified the milestones: unreleased, v2.8 Jan 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Relates to an upstream dependency go Pull requests that update Go code linter: update version Update version of linter

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants