bumps uptrace/bun deps to v1.2.8 (#3698)

This commit is contained in:
kim
2025-01-27 15:54:51 +00:00
committed by GitHub
parent 7b7fc528f1
commit 3617e27afa
35 changed files with 760 additions and 220 deletions

View File

@ -40,8 +40,7 @@ var _ Query = (*CreateTableQuery)(nil)
func NewCreateTableQuery(db *DB) *CreateTableQuery {
q := &CreateTableQuery{
baseQuery: baseQuery{
db: db,
conn: db.DB,
db: db,
},
varchar: db.Dialect().DefaultVarcharLen(),
}