From 67a2b3650c5f586431c8559bc9b609699de8431d Mon Sep 17 00:00:00 2001 From: kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com> Date: Mon, 3 Mar 2025 10:42:05 +0000 Subject: bumps our uptrace/bun dependencies to v1.2.10 (#3865) --- vendor/github.com/uptrace/bun/query_table_create.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vendor/github.com/uptrace/bun/query_table_create.go') diff --git a/vendor/github.com/uptrace/bun/query_table_create.go b/vendor/github.com/uptrace/bun/query_table_create.go index d8c4566cb..0ae56bf78 100644 --- a/vendor/github.com/uptrace/bun/query_table_create.go +++ b/vendor/github.com/uptrace/bun/query_table_create.go @@ -358,6 +358,9 @@ func (q *CreateTableQuery) Exec(ctx context.Context, dest ...interface{}) (sql.R return nil, err } + // if a comment is propagated via the context, use it + setCommentFromContext(ctx, q) + queryBytes, err := q.AppendQuery(q.db.fmter, q.db.makeQueryBytes()) if err != nil { return nil, err -- cgit v1.2.3