chore: ⬆️ updated deps

This commit is contained in:
2026-05-20 22:52:20 +02:00
parent d9f27c1775
commit 43f4680176
374 changed files with 295527 additions and 301467 deletions
+2
View File
@@ -9,6 +9,7 @@ import (
"github.com/uptrace/bun/schema"
)
// ValuesQuery builds VALUES clauses that can be used as subqueries.
type ValuesQuery struct {
baseQuery
setQuery
@@ -22,6 +23,7 @@ var (
_ schema.NamedArgAppender = (*ValuesQuery)(nil)
)
// NewValuesQuery creates a VALUES query for the given model.
func NewValuesQuery(db *DB, model any) *ValuesQuery {
q := &ValuesQuery{
baseQuery: baseQuery{