From 0ceacd7b1d0b03e3da1d552aa0bbbe7037e57e90 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Sun, 22 Jan 2023 12:26:47 +0100 Subject: [chore] bump db dependencies (#1366) --- vendor/github.com/uptrace/bun/dialect/sqlitedialect/dialect.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'vendor/github.com/uptrace/bun/dialect/sqlitedialect/dialect.go') diff --git a/vendor/github.com/uptrace/bun/dialect/sqlitedialect/dialect.go b/vendor/github.com/uptrace/bun/dialect/sqlitedialect/dialect.go index 720e979f5..3c809e7a7 100644 --- a/vendor/github.com/uptrace/bun/dialect/sqlitedialect/dialect.go +++ b/vendor/github.com/uptrace/bun/dialect/sqlitedialect/dialect.go @@ -87,6 +87,10 @@ func (d *Dialect) AppendBytes(b []byte, bs []byte) []byte { return b } +func (d *Dialect) DefaultVarcharLen() int { + return 0 +} + func fieldSQLType(field *schema.Field) string { switch field.DiscoveredSQLType { case sqltype.SmallInt, sqltype.BigInt: -- cgit v1.2.3